Apache ShardingSphere 5.4.1 Document
56 Logging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 9 User Manual 57 9.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463 11.5.2 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463 Test case configuration Test environment type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489 11.8.3 User guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489 Environment0 码力 | 572 页 | 3.73 MB | 1 年前3Apache ShardingSphere v5.5.0 document
11.6 Limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 9 User Manual 59 9.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 11.5.2 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 Test case configuration Test environment type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 518 11.8.3 User guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 518 Environment0 码力 | 602 页 | 3.85 MB | 1 年前3Apache ShardingSphere 5.2.1 Document
52 Logging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 4 User Manual 53 4.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 x 6.5.2 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 Test case configuration 2 Test environment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379 6.8.3 User guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379 Environment0 码力 | 523 页 | 4.51 MB | 1 年前3Apache ShardingSphere 5.2.0 Document
53 Logging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 4 User Manual 54 4.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328 6.5.2 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328 Test case configuration 2 Test environment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 6.8.3 User guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 Environment0 码力 | 483 页 | 4.27 MB | 1 年前3Apache ShardingSphere 中文文档 5.4.1
当关联查询中的多个表分布在不同的数据库实例上时,由 Federation 执行引擎提供支持。假设 t_order 和 t_order_item 是多数据节点的分片表,并且未配置绑定表规则,t_user 和 t_user_role 是分布 在不同的数据库实例上的单表,那么 Federation 执行引擎能够支持如下常用的关联查询: SELECT * FROM t_order o INNER JOIN t_order_item FROM t_order o INNER JOIN t_user u ON o.user_id = u.user_id WHERE o.user_ id = 1; SELECT * FROM t_order o LEFT JOIN t_user_role r ON o.user_id = r.user_id WHERE o. user_id = 1; 8.1. 数据分片 28 Apache LEFT JOIN t_user u ON i.user_id = u.user_id WHERE i. user_id = 1; SELECT * FROM t_order_item i RIGHT JOIN t_user_role r ON i.user_id = r.user_id WHERE i.user_id = 1; SELECT * FROM t_user u RIGHT JOIN0 码力 | 530 页 | 4.49 MB | 1 年前3Apache ShardingSphere v5.5.0 中文文档
当关联查询中的多个表分布在不同的数据库实例上时,由 Federation 执行引擎提供支持。假设 t_order 和 t_order_item 是多数据节点的分片表,并且未配置绑定表规则,t_user 和 t_user_role 是分布 在不同的数据库实例上的单表,那么 Federation 执行引擎能够支持如下常用的关联查询: SELECT * FROM t_order o INNER JOIN t_order_item FROM t_order o INNER JOIN t_user u ON o.user_id = u.user_id WHERE o.user_ id = 1; SELECT * FROM t_order o LEFT JOIN t_user_role r ON o.user_id = r.user_id WHERE o. user_id = 1; 8.1. 数据分片 28 Apache LEFT JOIN t_user u ON i.user_id = u.user_id WHERE i. user_id = 1; SELECT * FROM t_order_item i RIGHT JOIN t_user_role r ON i.user_id = r.user_id WHERE i.user_id = 1; SELECT * FROM t_user u RIGHT JOIN0 码力 | 557 页 | 4.61 MB | 1 年前3Apache ShardingSphere 5.0.0-alpha Document
Phase Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 3.5.8 User Norms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82 Supported Items 123 Appendix 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 4 User Manual 148 4.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . %SHARDINGSPHERE_PROXY_HOME%/bin/start.sh Default port is 3307, default profile directory is %SHARDINGSPHERE_PROXY_HOME%/conf/ . • Customize port and profile directory sh %SHARDINGSPHERE_PROXY_HOME%/bin/start.sh ${port}0 码力 | 311 页 | 2.09 MB | 1 年前3Apache ShardingSphere 5.0.0 Document
Incremental Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 4.6.6 User Norms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 Supported . . . . . . 65 Column shadow algorithm DML statement support list . . . . . . . . . . . . . . 65 5 User Manual 67 5.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . %SHARDINGSPHERE_PROXY_HOME%/bin/start.sh Default port is 3307, default profile directory is %SHARDINGSPHERE_PROXY_HOME%/conf/ . • Customize port and profile directory sh %SHARDINGSPHERE_PROXY_HOME%/bin/start.sh ${port}0 码力 | 403 页 | 3.15 MB | 1 年前3Apache ShardingSphere 5.1.1 Document
Incremental Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 4.7.6 User Norms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 Supported . . . 64 Used in ShardingSphere‐Proxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 5 User Manual 68 5.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . starter. Developers can choose the suitable method according to different situa‐ tions. Please refer to User Manual for more details. 2.1.3 3. Create Data Source Use ShardingSphereDataSourceFactory and rule0 码力 | 458 页 | 3.43 MB | 1 年前3Apache ShardingSphere 5.1.2 Document
Incremental Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 4.7.6 User Norms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 Supported . . . 67 Used in ShardingSphere‐Proxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 5 User Manual 71 5.1 ShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . environment requires Java JRE 8 or later. 2.1.4 Procedure 1. Rules configuration. Please refer to User Manual for more details. 2. Import Maven dependencyorg.apache.shardingsphere 0 码力 | 503 页 | 3.66 MB | 1 年前3
共 26 条
- 1
- 2
- 3