ENABLE_SEQSCAN (boolean)
Enables or disables the query planner's use of sequential scan plan types.
It's not possible to suppress sequential scans entirely, but turning this
variable off discourages the planner from using one if there is any other
method available.
The default is on. This is mostly useful to debug the query planner.
т е если
enable_seqscan = true
то использование индексов на запросах средней сложности, а особенно
order by
зависит от погоды и атмосферного давления
причем что на версии 7.2 или 7.1
а если индексы не исп то понятно, что имеем тормоза
ну я еще добавил shared memory для постгреса
и sort memory
а также каждую ночь делается
vacuum full
и перестройка индекса