Hacker News new | ask | show | jobs
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".

2 comments

I agree! I must have misread or misunderstood the context.
This is exactly what I was talking about.