Database sharding vs partitioning

前端 未结 8 1810
滥情空心
滥情空心 2021-01-29 17:46

I have been reading about scalable architectures recently. In that context, two words that keep on showing up with regards to databases are sharding and partitionin

8条回答
  •  心在旅途
    2021-01-29 18:10

    Horizontal partition when moved to another database instance* becomes a database shard.

    Database instance can be on the same machine or on another machine.

提交回复
热议问题