|
|
|
|
|
by sgarland
998 days ago
|
|
It'll probably take me longer than you'll maintain interest in this thread, but I'll reply when done anyway. I've created 3 tables with an auto-incrementing unsigned bigint as the PK, and then 4 unsigned int fields with random values. Each table has 25,000,000 rows (and has unique values, modulo the PK). Once they're loaded, and I come up with some queries, I'll create some indices, and then reduce the buffer pool to < index size to mimic those conditions. I won't be doing billions of queries, though :p |
|