|
|
|
|
|
by marcus_holmes
2087 days ago
|
|
Well, for some databases, yes, this is "clustering", and there's a command to deal with it ([0] is postgres, which doesn't do this particularly well, other flavours of database have similar commands). But it's the usual thing with databases: if you're trying to optimise performance by hacking the engine, then your schema probably needs a good hard looking at. [0] https://www.postgresql.org/docs/current/sql-cluster.html |
|