Re: Indexing behavior

Поиск
Список
Период
Сортировка
От Ross J. Reedstrom
Тема Re: Indexing behavior
Дата
Msg-id 20011004194923.A32483@rice.edu
обсуждение исходный текст
Ответ на Indexing behavior  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
On Tue, Oct 02, 2001 at 09:47:09AM -0700, Josh Berkus wrote:
> Folks,
> 
> Q: Are brand-new rows included in PostgreSQL indexed immediately?
> 
A: Yes, and that's why you don't add indices willy-nilly to all possible
column combos on any given table: INSERTs get real slow.

Ross


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ORDER BY case insensitive?
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Alias Join Table