您好,登錄后才能下訂單哦!
本篇文章給大家分享的是有關Sharding Sphere Proxy該怎么理解,小編覺得挺實用的,因此分享給大家學習,希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。
定位為透明化的數據庫代理端,提供封裝了數據庫二進制協議的服務端版本,用于完成對異構語言的支持。目前先提供MySQL/PostgreSQL版本,它可以使用任何兼容MySQL/PostgreSQL協議的訪問客戶端(如:MySQL Command Client, MySQL Workbench, Navicat等)操作數據,對DBA更加友好。
https://www.apache.org/dyn/closer.cgi?path=incubator/shardingsphere/4.0.1/apache-shardingsphere-incubating-4.0.1-sharding-proxy-bin.tar.gz
放開
schemaName: sharding_db
dataSources:
ds1:
url: jdbc:mysql://49.232.61.212:3306/sharding_1?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai
username: root
password:
connectionTimeoutMilliseconds: 30000
idleTimeoutMilliseconds: 60000
maxLifetimeMilliseconds: 1800000
maxPoolSize: 50
shardingRule:
tables:
user:
actualDataNodes: ds1.user_${1..2}
tableStrategy:
inline:
shardingColumn: id
algorithmExpression: user_$->{id % 2 + 1}
keyGenerator:
type: SNOWFLAKE
column: id
bindingTables:
- user
defaultDatabaseStrategy:
inline:
shardingColumn: id
algorithmExpression: ds1
defaultTableStrategy:
none:
這個驅動版本必須一致,不然連接不上,后來換成了8.0.17
這樣就可以連接proxy庫,而不用關心實際的讀寫分離,專注于業務開發
以上就是Sharding Sphere Proxy該怎么理解,小編相信有部分知識點可能是我們日常工作會見到或用到的。希望你能通過這篇文章學到更多知識。更多詳情敬請關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。