I let a model suggest Postgres indexes, then made the database mark its work
DEV Community
I let a model suggest Postgres indexes, then made the database mark its work
An LLM will propose an index for any query you show it. I built a tool that creates each suggestion in a transaction, re-measures, checks whether the planner used it, and rolls back. Four in ten suggestions did not survive.
0 comments
No comments yet.