|
|
|
|
|
by Too
1230 days ago
|
|
Most database performance issues are bad choice of indices, bad data model, bad queries, not enough RAM, missing pooling, unrealistic expectations and lack of pre-computed caches. None of these are solved by "optimize kernel-parameters to the max". |
|