postgreSQL 如何固定执行计划走的索引?
可以手动指定 hint
psql中创建扩展:create extension pg_hint_plan;
SQL语句使用hint指定使用哪个索引即可。
可以试试pg发行版lightdb,各种oracle hint都支持,完美平滑