未验证 提交 0c9f0d97 编写于 作者: J Juan Pan(Trista) 提交者: GitHub

add todo list (#7642)

上级 e140fa64
......@@ -127,3 +127,4 @@ DROP DATABASE sharding_db
3. `CREATE DB`只会创建`逻辑的分布式数据库`,所以需要用户提前创建好真实的数据库(**TODO**)。
4. `自动分片算法`会持续增加,从而覆盖用户各大分片场景。
5. 重构`ShardingAlgorithmPropertiesUtil`**TODO**)。
6. 保证所有客户端完成RDL执行(**TODO**)。
......@@ -125,3 +125,4 @@ DROP DATABASE sharding_db
3. `CREATE DB` just create the logic sharding schema rather than create the actual databases in MySQL instance (**TODO**).
4. Add more `auto sharding algorithms`
5. Improvement in `ShardingAlgorithmPropertiesUtil` (**TODO**).
6. Synchronized execution for all the clients is necessary (**TODO**).
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册