Suggestions on postgres - Mailing list pgsql-bugs

From Ciano Saraiva
Subject Suggestions on postgres
Date
Msg-id CAFKbJiUdk3zFky_CZL8eJn=vV3W-CQ4P8D3CU4EkJ_Mp1UEHwA@mail.gmail.com
Whole thread Raw
Responses Re: Suggestions on postgres  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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 by date:

Previous
From: Georgi Georgiev
Date:
Subject: Re: BUG #13182: pgadmin3 not showing in application list
Next
From: Patrice Drolet
Date:
Subject: Re: [SPAM] BUG #13143: Cannot stop and restart a streaming server with a replication slot