码迷,mamicode.com
首页 > 数据库 > 详细

数据库分库的一些基本原则

时间:2015-08-31 14:53:38      阅读:314      评论:0      收藏:0      [点我收藏+]

标签:

Here are some suggestions for when to partition a table:

Tables greater than 2 GB should always be considered as candidates for partitioning.

Tables containing historical data, in which new data is added into the newest partition. A typical example is a historical table where only the current month‘s data is updatable and the other 11 months are read only.

When the contents of a table must be distributed across different types of storage devices

下面是一些建议时,分区表:

表超过2 GB应始终被视为候选人分区。

含历史数据表,在其中新的数据被添加到最新的分区。一个典型的例子是一个历史表,其中只有当前月份的数据是可更新的,其他11月份是只读的。

当表的内容一定会被分布在不同类型的存储设备

数据库分库的一些基本原则

标签:

原文地址:http://www.cnblogs.com/yezuozuoloveqi/p/4772832.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!