教程 / 实战普通
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.