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

无数据

分类

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

语言

全部中文(简体)(16)英语(9)

格式

全部PDF文档 PDF(32)
 
本次搜索耗时 0.116 秒,为您找到相关结果约 32 个.
  • 全部
  • 数据库
  • 数据库中间件
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 2 Sharding-JDBC入门使用

    2 Sharding-JDBC入门使用 2.1不使用Spring 引入Maven依赖 基于Java编码的规则配置 Sharding-JDBC的分库分表通过规则配置描述,以下例子是根据user_id取模分库, 且根据 order_id取模分表的两库两表的配置。 org.apache.shardingsphere BasicDataSource dataSource2 = new BasicDataSource(); dataSource2.setDriverClassName("com.mysql.jdbc.Driver"); dataSource2.setUrl("jdbc:mysql://localhost:3306/ds1"); dataSource2.setUsername("root"); setUsername("root"); dataSource2.setPassword(""); dataSourceMap.put("ds1", dataSource2); // 配置Order表规则 基于Yaml的规则配置 或通过Yaml方式配置,与以上配置等价: TableRuleConfiguration orderTableRuleConfig = new
    0 码力 | 12 页 | 325.38 KB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.2 Document

    . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.2 ShardingSphere‐Proxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.3 ShardingSphere‐Sidecar(TODO) . . . . . . . . 3 Roadmap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2 Quick Start 7 2.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 L1 Kernel Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 L2 Feature Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 L3 Ecosystem
    0 码力 | 503 页 | 3.66 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.1 Document

    . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.2 ShardingSphere‐Proxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.3 ShardingSphere‐Sidecar(TODO) . . . . . . . . 3 Roadmap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2 Quick Start 7 2.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 L1 Kernel Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 L2 Feature Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 L3 Ecosystem
    0 码力 | 458 页 | 3.43 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 document

    . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 Advantages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2 Design Philosophy 4 2.1 Connect: Create database 3.1 L1 Kernel Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.3.2 L2 Feature Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.3.3 L3 Ecosystem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 516 11.8 Pipeline E2E Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 517 11.8.1 Objectives
    0 码力 | 602 页 | 3.85 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.1 Document

    . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.3 Advantages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.2 Design Philosophy . . . . . . . . . . . . . . . . 4 L1 Kernel Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 L2 Feature Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 L3 Ecosystem 6 Get Involved . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2 Quick Start 10 2.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
    0 码力 | 523 页 | 4.51 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 中文文档

    1.3 产品优势 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 2 设计哲学 3 2.1 连接:打造数据库上层标准 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2.2 增强:数据库计算增强引擎 3.1 L1 内核层 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.3.2 L2 功能层 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.3.3 L3 生态层 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 477 11.7 Pipeline E2E 测试 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 478 11.7.1 测试目的
    0 码力 | 557 页 | 4.61 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.0 Document

    . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.2 Product Features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.3 Advantages . . . . . . . . . . . . . . . . . . . 6 L1 Kernel Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 L2 Feature Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 L3 Ecosystem . . 10 Cluster mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2 Quick Start 11 2.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
    0 码力 | 483 页 | 4.27 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.4.1 Document

    . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 Advantages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2 Design Philosophy 4 2.1 Connect: Create database 3.1 L1 Kernel Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.3.2 L2 Feature Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.3.3 L3 Ecosystem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 487 11.8 Pipeline E2E Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 488 11.8.1 Objectives
    0 码力 | 572 页 | 3.73 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.0.0 Document

    . . . 1 1.1.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.2 ShardingSphere‐Proxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.1.3 3 Roadmap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2 Quick Start 7 2.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.1.1 1. Import Maven Dependency . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.1.2 2. Rules Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.1.3 3. Create
    0 码力 | 403 页 | 3.15 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.0.0-alpha Document

    . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.3 ShardingSphere‐Sidecar(TODO) . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.4 Hybrid Architecture . . . . . . . . . . . . . . . 4 1.2.3 Database Governance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2 Quick Start 5 2.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.1.1 1. Import Maven Dependency . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.1.2 2. Rules Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.1.3 3. Create
    0 码力 | 311 页 | 2.09 MB | 1 年前
    3
共 32 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
ShardingJDBC入门使用ApacheShardingSphere5.1Documentv55.0document5.2中文文档5.4alpha
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩