|
|
|
|
|
by arthurschreiber
1730 days ago
|
|
As described in the blog post, large paths of our database schema have grown in an organic fashion. These virtual partitions allow us to prepare our database access for splitting out groups of tables into separate clusters in the medium term, with sharding those clusters being a next step and a long term solution to handle our database growth. |
|
What did the virtual partitioning add that those other techniques could not provide?