|
|
|
|
|
by jbert
6048 days ago
|
|
> but the 95% historical data made writes slow because of the large number of indexes. Why does updating an index take more time if there are many table rows? i.e. if you have 5 indices on a table and 1 write/second, what's the difference in the work done by the db whether there are 1000 rows or 100k rows? |
|
Even worse were the autogenerated queries that joined a dozen tables together. I saw some that were 1500 lines long.