Suggestions on postgres
От | Ciano Saraiva |
---|---|
Тема | Suggestions on postgres |
Дата | |
Msg-id | CAFKbJiUdk3zFky_CZL8eJn=vV3W-CQ4P8D3CU4EkJ_Mp1UEHwA@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: Suggestions on postgres
|
Список | pgsql-bugs |
Hello Postgres team, Wanted to give a suggestion in relation to [set enable_seqscan = off] command, the problem is that even disabled the SGBD can still use the sequential search depending on the query, my suggestion is that invez this command, it would be more intuitive even for IHC issues it was a command type [set enable_indexscan = ON ], this command does not sequential would disable the search, but would enable the search using indixes, it is clear that the SGBD that would decide which search would be better to use ( sequential search and search using indexes). Because the command that is currently (set enable_seqscan = off) makes the user think it will turn off once and for all the sequential searches, but that's not what happens that he can still use. Att, Ciano Saraiva.
В списке pgsql-bugs по дате отправления: