fix(universaldb): clear postgres key ranges one statement per range so the planner keeps index access - #5703
Conversation
…o the planner keeps index access
|
Stack for rivet-dev/actors
Get stack: change opyzxvov |
ReviewClean, well-motivated fix. The root cause (unnest-array bounds becoming join columns the planner can't estimate) is documented clearly, and the new Went through the diff in detail (schema hoist,
Two minor, non-blocking observations:
No security concerns (all bound params, no string interpolation into SQL), and no issues with metrics/logging conventions. 🤖 Generated with Claude Code |
No description provided.