PostgreSQL: Index not being used for complex query with CTE and ORDER BY
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-11
postgresql indexing performance
I'm encountering an issue in PostgreSQL 13.3 where a complex query with a Common Table Expression (CTE) is not utilizing the index on the column I'm filtering. ...