|
|
|
|
|
by marcosdumay
748 days ago
|
|
What postgres needs is some command to freeze query plans. It doesn't need it very badly, because the planner is excellent, but the need exists. But what is a slow query plan in development has no relation at all with what would be slow to run in production. You create that error and the consequence will be a lot of spurious indexing with little practical benefit. |
|