文件名称:Mycat分表分库项目示例.zip
文件大小:66KB
文件格式:ZIP
更新时间:2023-02-03 19:25:01
mycat 分表分库
一. 配置规则 1. 分片方式 2. 配置规则 二. 连续分片 1. 自定义数字范围分片 2. 按日期分片 3. 按单月小时分片 4. 按自然月分片 三. 离散分片 1. 枚举分片 2. 程序指定分区的分片 3. 十进制求模分片 4. 字符串hash解析分片 5. 一致性哈希分片 四. 综合分片 1. 范围求模分片 2. 日期范围hash分片 3. 取模范围约束分片 4. ASCII码求模范围约束(字符串) 5. 固定分片hash(二进制) 六. 分片策略
【文件预览】:
Mycat
----F多租户V1()
--------rule.xml(580B)
--------server.xml(826B)
--------autopartition-long.txt(90B)
--------test.sql(2KB)
--------sequence_conf.properties(769B)
--------schema.xml(2KB)
----F多租户V2()
--------rule.xml(604B)
--------sql()
--------server.xml(1KB)
--------autopartition-long.txt(228B)
--------sequence_conf.properties(2KB)
--------schema.xml(6KB)
--------autopartition-long-bak.txt(406B)
----E自增主键-本地文件()
--------server.xml(212B)
--------test.sql(341B)
--------sequence_conf.properties(414B)
--------schema.xml(787B)
----A连续分片()
--------2按天分片()
--------4按自然月分片()
--------3按单月小时分片()
--------1自定义数字范围分片()
----Mycat-Deeplink案例ZK版()
--------rule.xml(604B)
--------sql()
--------server.xml(1KB)
--------autopartition-long.txt(350B)
--------jsons()
--------myid.properties(275B)
--------sequence_conf.properties(2KB)
--------schema.xml(6KB)
--------sequence_distributed_conf.properties(111B)
----B散列分片()
--------5一致性hash分片()
--------1枚举分片()
--------3十进制求模分片()
--------4字符串hash解析分片()
--------2程序指定分区分片()
----D单库分表()
--------rule.xml(1014B)
--------server.xml(510B)
--------autopartition-long.txt(75B)
--------test.sql(631B)
--------sequence_conf.properties(411B)
--------schema.xml(1KB)
----C综合分片()
--------2日期范围hash分片()
--------4ASCII码求模范围约束分片字符串()
--------5固定分片hash算法分片二进制()
--------1范围求模分片()
--------3取模范围约束分片()
----Mycat-Deeplink案例()
--------sequence_db_conf.properties(311B)
--------rule.xml(604B)
--------sql()
--------server.xml(1KB)
--------autopartition-long.txt(347B)
--------schema.xml(6KB)