|
|
|
|
|
by ddorian43
4178 days ago
|
|
How do you decide to put as sharding-key? Something like 'user_id'. What if a user becomes too big? Something like id=uuid. Then you lose the semi-free user_id index. I believe the holy-grail of sharding is range-based (bigtable, hbase, hypertable etc). |
|
You mean like Oracle has supported since version 8 or so?