将单个表基于选定的行分段为多个表。多个表中的每一个都具有相同的列,但具有的行较少。
这正是水平分区起作用的地方。
可以基于承租者ID轻松地对数据库进行水平分区。
The database can be easily partitioned horizontally based on tenant ID.
数据库分片是指对数据库进行水平分区,其中每个分区称为一个碎片。
Database sharding refers to the horizontal partitioning of a database with each individual partition called a shard.
应用推荐