|
|
|
|
|
by voidmain
3263 days ago
|
|
This approach is "scalable" in the sense of partitionable, but it's still O(N^2)! Needing 9x the servers for 3x the users is not really "scalable" in the colloquial sense. An often more attractive approach is to partition over the keys of each database index. |
|