积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(20)数据库中间件(20)

语言

全部中文(简体)(11)英语(7)

格式

全部PDF文档 PDF(20)
 
本次搜索耗时 0.140 秒,为您找到相关结果约 20 个.
  • 全部
  • 数据库
  • 数据库中间件
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Apache ShardingSphere 中文文档 5.0.0

    ShardingSphere document, v5.0.0 3.2.4 集群模式 适用于分布式场景,它提供了多个计算节点之间的元数据共享和状态协调。需要提供用于分布式协调的 注册中心组件,如:ZooKeeper、Etcd 等。 3.3 DistSQL 3.3.1 背景 DistSQL(Distributed SQL)是 Apache ShardingSphere 特有的内置 SQL 语言,提供了标准 SQL 0 另一方面,不同节点节点之间的统一协调,策略与规则的同步,也需要我们能够设计一套在分布式情况 下,进行全局事件通知机制,以及独占性操作的分布式协调锁机制。这方面,我们使用 Zookeeper/Etcd 等实现配置的同步,状态变更的通知,以及分布式锁来控制排他性操作。 同时,由于治理功能本身可以采用合适的第三方组件作为基础服务,需要我们抽象统一的接口,统一各 种不同的组件的标准调用 API,对接到治理功能模块。 最后对于可管理性和可观测性的要求,我们需要完善通过 UI 查询、操作和控制系统的功能,进一步完善 对于 tracing 和 APM 的支持。 4.5.3 目标 对于治理功能,目标如下: • 支持 Zookeeper/etcd,管理数据源、规则和策略的配置,管理各个 Proxy 实例的状态。 对于可观测性,目标如下: • 支持 OpenTracing/Skywalking 集成,实现调用链的跟踪; 4.5.4 治理
    0 码力 | 385 页 | 4.26 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.0.0 Document

    nodes. It is necessary to provide registry center for distributed coordination, such as ZooKeeper or Etcd. 3.3 DistSQL 3.3.1 Background DistSQL(Distributed SQL)is Apache ShardingSphere specific SQL, which lock mechanisms for exclusive operations in distributed situations. In this regard, we use Zookeeper/Etcd to achieve configuration synchronization, notification of state changes and distributed locks to and APM. 4.5.3 Goal For the governance function, the goals are as follows: • support Zookeeper/etcd, manage the configuration of data sources, rules and policies, manage the status of each Proxy instances
    0 码力 | 403 页 | 3.15 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.0.0-alpha Document

    lock mechanisms for exclusive operations in distributed situations. In this regard, we use Zookeeper/Etcd to achieve configuration synchronization, notification of state changes and distributed locks to and APM. 3.4.3 Goal For the governance function, the goals are as follows: • support Zookeeper/etcd, manage the configuration of data sources, rules and policies, manage the status of each Proxy instances databases. Currently, Apache ShardingSphere supports frequently used registry centers, Zookeeper, Etcd, Apollo and Nacos. In addition, by injecting them to ShardingSphere with SPI, users can use other
    0 码力 | 311 页 | 2.09 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.0.0-alpha

    检测与更新。 另一方面,不同节点节点之间的统一协调,策略与规则的同步,也需要我们能够设计一套在分布式情况 下,进行全局事件通知机制,以及独占性操作的分布式协调锁机制。这方面,我们使用 Zookeeper/Etcd 等实现配置的同步,状态变更的通知,以及分布式锁来控制排他性操作。 同时,由于治理功能本身可以采用合适的第三方组件作为基础服务,需要我们抽象统一的接口,统一各 种不同的组件的标准调用 API,对接到治理功能模块。 3.4. 分布式治理 63 Apache ShardingSphere document, v5.0.0-beta 3.4.3 目标 对于治理功能,目标如下: • 支持 Zookeeper/etcd,管理数据源、规则和策略的配置,管理各个 Proxy 实例的状态。 对于可观测性,目标如下: • 支持 OpenTracing/Skywalking 集成,实现调用链的跟踪; 3.4.4 治理 内部支持 ZooKeeper,Etcd 等常用的配置中心/注册中 心。此外,开发者可以使用其他第三方组件,并通过 SPI 的方式注入到 Apache ShardingSphere,从而使 用该配置中心和注册中心,实现数据库治理功能。 实现驱动 版本 配置中心 注册中心 Zo okeeper Apache Curator 3.6.x 支持 支持 Etcd j etcd v3 支持 支持 变更历史
    0 码力 | 301 页 | 3.44 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.1.1

    timeToLiveSeconds int 临时数据失效的秒数 60 operationTimeoutMilliseconds int 客户端操作超时的毫秒数 500 digest String 登录认证密码 Etcd 持久化 类型:Etcd 适用模式:Cluster 可配置属性: 名称 数据类型 说明 默认值 timeToLiveSeconds long 临时数据失效的秒数 30 connectionTimeout gsql -U root -h 127.0.0.1 -p 3307。 选择元数据持久化仓库 使用 ZooKeeper 默认集成 ZooKeeper Curator 客户端。 使用 Etcd 1. 将 Etcd 的客户端驱动程序复制至目录 ext-lib/。 5.2. ShardingSphere-Proxy 140 Apache ShardingSphere document, v5.1 ry Cluster 模式配置信息持久化 已知实现类 详细说明 CuratorZookeeperRepository 基于 ZooKeeper 的持久化 EtcdRepository 基于 etcd 的持久化 206 Apache ShardingSphere document, v5.1.1 6.1.3 GovernanceWatcher SPI 名称 详细说明 GovernanceWatcher
    0 码力 | 409 页 | 4.47 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.1.0

    timeToLiveSeconds int 临时数据失效的秒数 60 operationTimeoutMilliseconds int 客户端操作超时的毫秒数 500 digest String 登录认证密码 Etcd 持久化 类型:Etcd 适用模式:Cluster 可配置属性: 名称 数据类型 说明 默认值 timeToLiveSeconds long 临时数据失效的秒数 30 connectionTimeout gsql -U root -h 127.0.0.1 -p 3307 选择元数据持久化仓库 使用 ZooKeeper 默认集成 ZooKeeper Curator 客户端。 使用 Etcd 1. 将 Etcd 的客户端驱动程序复制至目录 ext-lib/。 5.2. ShardingSphere-Proxy 139 Apache ShardingSphere document, v5.1 ry Cluster 模式配置信息持久化 已知实现类 详细说明 CuratorZookeeperRepository 基于 ZooKeeper 的持久化 EtcdRepository 基于 etcd 的持久化 201 Apache ShardingSphere document, v5.1.0 6.1.3 GovernanceWatcher SPI 名称 详细说明 GovernanceWatcher
    0 码力 | 406 页 | 4.40 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.1.2

    timeToLiveSeconds int 临时数据失效的秒数 60 operationTimeoutMilliseconds int 客户端操作超时的毫秒数 500 digest String 登录认证密码 Etcd 持久化 类型:Etcd 适用模式:Cluster 可配置属性: 名称 数据类型 说明 默认值 timeToLiveSeconds long 临时数据失效的秒数 30 connectionTimeout gsql -U root -h 127.0.0.1 -p 3307。 选择元数据持久化仓库 使用 ZooKeeper 默认集成 ZooKeeper Curator 客户端。 使用 Etcd 1. 将 Etcd 的客户端驱动程序复制至目录 ext-lib/。 5.2. ShardingSphere-Proxy 143 Apache ShardingSphere document, v5.1 ry Cluster 模式配置信息持久化 已知实现类 详细说明 CuratorZookeeperRepository 基于 ZooKeeper 的持久化 EtcdRepository 基于 Etcd 的持久化 218 Apache ShardingSphere document, v5.1.2 6.1.3 GovernanceWatcher SPI 名称 详细说明 GovernanceWatcher
    0 码力 | 446 页 | 4.67 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.1 Document

    nodes. It is necessary to provide registry center for distributed coordination, such as ZooKeeper or Etcd. 3.3 DistSQL 3.3.1 Background DistSQL(Distributed SQL)is Apache ShardingSphere specific SQL, which Password of login 5.1. ShardingSphere-JDBC 126 Apache ShardingSphere document, v5.1.1 Etcd Repository Type: Etcd Mode: Cluster Attributes: Name Type Description Default Value timeToLiveSeconds long persist repository Using ZooKeeper Integrated ZooKeeper Curator client by default. Using Etcd 1. Copy Etcd’s client driver to folder ext-lib/. Using Distributed Transaction Same with ShardingSphere‐JDBC
    0 码力 | 458 页 | 3.43 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.2 Document

    nodes. It is necessary to provide registry center for distributed coordination, such as ZooKeeper or Etcd. Source Codes: https://github.com/apache/shardingsphere/tree/master/shardingsphere‐mode 3.3 DistSQL Password of login 5.1. ShardingSphere-JDBC 130 Apache ShardingSphere document, v5.1.2 Etcd Repository Type: Etcd Mode: Cluster Attributes: Name Type Description Default Value timeToLiveSeconds long persist repository Using ZooKeeper Integrated ZooKeeper Curator client by default. Using Etcd 1. Copy Etcd’s client driver to folder ext-lib/. Using Distributed Transaction Same with ShardingSphere‐JDBC
    0 码力 | 503 页 | 3.66 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.4.1 Document

    Zookeeper based persistence – org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd, Etcd based persistence – org.apache.shardingsphere:shardingsphere-cluster-mode-repository-consul, used in cluster mode without introducing other dependencies. If the cluster mode uses Etcd, the client drivers of Etcd jetcd‐core 0.7.3 need to be copied into the ext-lib directory. 6. Introduce dependencies requirements: * ShardingSphere‐Proxy Backend use MySQL Database; * Implement customized algorithms; * Use Etcd as Registry Center in cluster mode. Please create ext-lib directory anywhere inside the host and
    0 码力 | 572 页 | 3.73 MB | 1 年前
    3
共 20 条
  • 1
  • 2
前往
页
相关搜索词
ApacheShardingSphere中文文档5.0Documentalpha5.15.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩