79784591

Date: 2025-10-07 13:28:17
Score: 1.5
Natty:
Report link

I think that the PostgreSQL query planner just thinks that it's not worth applying the index as the LIMIT is too small.

Also, there could be reasons PostgreSQL doesn't use the index, for example:

For optimizing your query you might want to refer to some form of documentation for query performance optimization.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: SeraphimPlays