|
|
|
|
|
by rand_r
791 days ago
|
|
How would an index mess up another query? AFAIK indexes would only hurt write performance marginally per index, but most slow queries are read-only. I’ve tended to just add indexes as I go without thinking about it and haven’t run into issues, so genuinely curious. |
|
I definitely have seen the query planing make some peculiar choices in the past.