Y
Hacker News
new
|
ask
|
show
|
jobs
by
fabian2k
1134 days ago
The database argument is also specific to certain databases and table types. It should only matter for clustered tables. So if e.g. I use Postgres, this doesn't matter as it doesn't have clustered tables.
1 comments
erik_seaberg
1134 days ago
Distributed databases rely on spread across possible keys to balance workload. Mostly-ordered keys create hotspots.
link