Re: TB-sized databases

Поиск
Список
Период
Сортировка
От Matthew
Тема Re: TB-sized databases
Дата
Msg-id Pine.LNX.4.58.0711281248290.3731@aragorn.flymine.org
обсуждение исходный текст
Ответ на Re: TB-sized databases  (Pablo Alcaraz <pabloa@laotraesquina.com.ar>)
Ответы Re: TB-sized databases  (Bill Moran <wmoran@collaborativefusion.com>)
Re: TB-sized databases  (Pablo Alcaraz <pabloa@laotraesquina.com.ar>)
Список pgsql-performance
On Tue, 27 Nov 2007, Pablo Alcaraz wrote:
> it would be nice to do something with selects so we can recover a rowset
> on huge tables using a criteria with indexes without fall running a full
> scan.

You mean: Be able to tell Postgres "Don't ever do a sequential scan of
this table. It's silly. I would rather the query failed than have to wait
for a sequential scan of the entire table."

Yes, that would be really useful, if you have huge tables in your
database.

Matthew

--
Trying to write a program that can't be written is... well, it can be an
enormous amount of fun!                 -- Computer Science Lecturer

В списке pgsql-performance по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Windows XP selects are very slow
Следующее
От: Matthew
Дата:
Сообщение: Re: GiST indexing tuples