积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

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

语言

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

格式

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

    (such as UUID and others) relying on some particular algorithms to generate unrepeated keys or introducing sequence generation services. We have provided several built‐in key generators, such as UUID, SNOWFLAKE generator interface to make users implement self‐defined key generator. Built-In Key Generator UUID Use UUID.randomUUID() to generate the distributed key. NanoID Generate a string of length 21 distributed its value is (2^n)-1 1 5.1. ShardingSphere-JDBC 136 Apache ShardingSphere document, v5.1.2 UUID Type: UUID Attributes: None Load Balance Algorithm Round Robin Algorithm Type: ROUND_ROBIN Attributes:
    0 码力 | 503 页 | 3.66 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.1.2

    目前有许多第三方解决方案可以完美解决这个问题,如 UUID 等依靠特定算法自生成不重复键,或者通过 引入主键生成服务等。为了方便用户使用、满足不同用户不同使用场景的需求,Apache ShardingSphere 4.3. 数据分片 33 Apache ShardingSphere document, v5.1.2 不仅提供了内置的分布式主键生成器,例如 UUID、SNOWFLAKE,还抽离出分布式主键生成器的接口, 键生成器的接口, 方便用户自行实现自定义的自增主键生成器。 内置的主键生成器 UUID 采用 UUID.randomUUID() 的方式产生分布式主键。 NanoID 生成长度为 21 的字符串分布式主键。 SNOWFLAKE 在分片规则配置模块可配置每个表的主键生成策略,默认使用雪花算法(snowflake)生成 64bit 的长整 型数据。 雪花算法是由 Twitter 公 类型:SNOWFLAKE 可配置属性: 5.1. ShardingSphere-JDBC 122 Apache ShardingSphere document, v5.1.2 UUID 类型:UUID 可配置属性:无 负载均衡算法 轮询算法 类型:ROUND_ROBIN 可配置属性:无 随机访问算法 类型:RANDOM 可配置属性:无 权重访问算法 类型:WEIGHT
    0 码力 | 446 页 | 4.67 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.4.1 Document

    completeness and scalability. Many third‐party solutions can perfectly solve this problem, such as UUID, which relies on specific al‐ gorithms to self‐generate non‐repeating keys, or by introducing primary scenarios, Apache ShardingSphere not only pro‐ vides built‐in distributed primary key generators, such as UUID and SNOWFLAKE but also abstracts the interface of distributed primary key generators to enable users ShardingSphere-Proxy 338 Apache ShardingSphere document | UUIDKeyGenerateAlgorithm | UUID | org.apache.shardingsphere.keygen. uuid.algorithm.UUIDKeyGenerateAlgorithm | | SnowflakeKeyGenerateAlgorithm | SNOWFLAKE
    0 码力 | 572 页 | 3.73 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.0 Document

    completeness and scalability. Many third‐party solutions can perfectly solve this problem, such as UUID, which relies on specific al‐ gorithms to self‐generate non‐repeating keys, or by introducing primary scenarios, Apache ShardingSphere not only pro‐ vides built‐in distributed primary key generators, such as UUID and SNOWFLAKE but also abstracts the interface of distributed primary key generators to enable users ---+ | t_order_snowflake | snowflake | | | t_order_item_snowflake | snowflake | | | uuid_key_generator | uuid | | +------------------------+-----------+-----------------+ 3 row in set (0.01 sec)
    0 码力 | 483 页 | 4.27 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.1 Document

    completeness and scalability. Many third‐party solutions can perfectly solve this problem, such as UUID, which relies on specific al‐ gorithms to self‐generate non‐repeating keys, or by introducing primary scenarios, Apache ShardingSphere not only pro‐ vides built‐in distributed primary key generators, such as UUID and SNOWFLAKE but also abstracts the interface of distributed primary key generators to enable users ---+ | t_order_snowflake | snowflake | | | t_order_item_snowflake | snowflake | | | uuid_key_generator | uuid | | +------------------------+-----------+-----------------+ 3 row in set (0.01 sec)
    0 码力 | 523 页 | 4.51 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.1.1

    目前有许多第三方解决方案可以完美解决这个问题,如 UUID 等依靠特定算法自生成不重复键,或者通过 引入主键生成服务等。为了方便用户使用、满足不同用户不同使用场景的需求,Apache ShardingSphere 4.3. 数据分片 33 Apache ShardingSphere document, v5.1.1 不仅提供了内置的分布式主键生成器,例如 UUID、SNOWFLAKE,还抽离出分布式主键生成器的接口, 键生成器的接口, 方便用户自行实现自定义的自增主键生成器。 内置的主键生成器 UUID 采用 UUID.randomUUID() 的方式产生分布式主键。 SNOWFLAKE 在分片规则配置模块可配置每个表的主键生成策略,默认使用雪花算法(snowflake)生成 64bit 的长整 型数据。 雪花算法是由 Twitter 公布的分布式主键生成算法,它能够保证不同进程主键的不重复性,以及相同进程 HINT(不区分大 小写) algorithmClass‐ Name String 分片算法全限定名 分布式序列算法 雪花算法 类型:SNOWFLAKE 可配置属性: UUID 类型:UUID 可配置属性:无 负载均衡算法 轮询算法 类型:ROUND_ROBIN 可配置属性:无 随机访问算法 类型:RANDOM 可配置属性:无 5.1. ShardingSphere-JDBC
    0 码力 | 409 页 | 4.47 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.4.1

    ,使解决方案缺乏完整性和可扩展 性。 目前有许多第三方解决方案可以完美解决这个问题,如 UUID 等依靠特定算法自生成不重复键,或者通过 引入主键生成服务等。为了方便用户使用、满足不同用户不同使用场景的需求,Apache ShardingSphere 不仅提供了内置的分布式主键生成器,例如 UUID、SNOWFLAKE,还抽离出分布式主键生成器的接口, 方便用户自行实现自定义的自增主键生成器。 ----------------------------------------------+ | UUIDKeyGenerateAlgorithm | UUID | org.apache.shardingsphere.keygen. uuid.algorithm.UUIDKeyGenerateAlgorithm | | SnowflakeKeyGenerateAlgorithm | SNOWFLAKE 相关操作 查看会话 针对不同关联数据库支持不同的查看会话方法,关联 MySQL 数据库可使用 SHOW PROCESSLIST 命令查 看会话。ShardingSphere 会自动生成唯一的 UUID 标识作为 ID,并将 SQL 执行信息存储在各个实例中。 当执行此命令时,ShardingSphere 会通过治理中心收集并同步各个计算节点的 SQL 执行信息,然后汇总 返回给用户。 mysql>
    0 码力 | 530 页 | 4.49 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.1.0

    目前有许多第三方解决方案可以完美解决这个问题,如 UUID 等依靠特定算法自生成不重复键,或者通过 引入主键生成服务等。为了方便用户使用、满足不同用户不同使用场景的需求,Apache ShardingSphere 4.3. 数据分片 33 Apache ShardingSphere document, v5.1.0 不仅提供了内置的分布式主键生成器,例如 UUID、SNOWFLAKE,还抽离出分布式主键生成器的接口, 键生成器的接口, 方便用户自行实现自定义的自增主键生成器。 内置的主键生成器 UUID 采用 UUID.randomUUID() 的方式产生分布式主键。 SNOWFLAKE 在分片规则配置模块可配置每个表的主键生成策略,默认使用雪花算法(snowflake)生成 64bit 的长整 型数据。 雪花算法是由 Twitter 公布的分布式主键生成算法,它能够保证不同进程主键的不重复性,以及相同进程 HINT(不区分大 小写) algorithmClass‐ Name String 分片算法全限定名 分布式序列算法 雪花算法 类型:SNOWFLAKE 可配置属性: UUID 类型:UUID 可配置属性:无 负载均衡算法 轮询算法 类型:ROUND_ROBIN 可配置属性:无 随机访问算法 类型:RANDOM 可配置属性:无 5.1. ShardingSphere-JDBC
    0 码力 | 406 页 | 4.40 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 document

    completeness and scalability. Many third‐party solutions can perfectly solve this problem, such as UUID, which relies on specific al‐ gorithms to self‐generate non‐repeating keys, or by introducing primary scenarios, Apache ShardingSphere not only pro‐ vides built‐in distributed primary key generators, such as UUID and SNOWFLAKE but also abstracts the interface of distributed primary key generators to enable users ----------+ | type | type_aliases | description | +-----------+--------------+-------------+ | UUID | | | | SNOWFLAKE | | | +-----------+--------------+-------------+ 2 rows in set (0.05 sec) Reserved
    0 码力 | 602 页 | 3.85 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.1 Document

    (such as UUID and others) relying on some particular algorithms to generate unrepeated keys or introducing sequence generation services. We have provided several built‐in key generators, such as UUID, SNOWFLAKE generator interface to make users implement self‐defined key generator. Built-In Key Generator UUID Use UUID.randomUUID() to generate the distributed key. 4.3. Sharding 34 Apache ShardingSphere document sharding problem, it is recommended to con‐ figure this property, its value is (2^n)-1 1 UUID Type: UUID Attributes: None 5.1. ShardingSphere-JDBC 132 Apache ShardingSphere document, v5.1.1 Load
    0 码力 | 458 页 | 3.43 MB | 1 年前
    3
共 19 条
  • 1
  • 2
前往
页
相关搜索词
ApacheShardingSphere5.1Document中文文档5.45.2v55.0document
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩