Re: insertion times ..

Поиск
Список
Период
Сортировка
От Gordan Bobic
Тема Re: insertion times ..
Дата
Msg-id 000a01c05a09$58250300$8000000a@localdomain
обсуждение исходный текст
Ответ на insertion times ..  (Anand Raman <araman@india-today.com>)
Список pgsql-general
My understanding (an experience) indicate that inserting about 100,000
records and then creating an index is faster than creating the index, then
inserting the records, because the index has to be updated every time a
record is inserted. By creating the index afterwards, you only have one big
index creation which is more efficient than doing them one by one...

Or at least that seems to be the case for my database...

----- Original Message -----
From: "Anand Raman" <araman@india-today.com>
To: <pgsql-general@postgresql.org>
Sent: Wednesday, November 29, 2000 12:44 PM
Subject: [GENERAL] insertion times ..


> hi guys
>
> I am trying to create a search facility for our site using udm search..
> While reading about udm search along with postgresql i cam across this
> line in one of the mailing list archived mails.
>
> ****************************************
> > I don't know what kind of queries are executed during the indexing, if
> > the insertions don't need indexes you could try to drop the index and
> > recreate them when the indexing is done.
>
> THIS SHOULD SIGNIFICANTLY INCREASE INDEXING TIME.
> ****************************************
>
> Is it true that creating indexes after the insertion has been done takes
> more time..
> If so why ..
>
> Thanx
> Anand
>
>


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

Предыдущее
От: "Alex Bolenok"
Дата:
Сообщение: Trigger firing order
Следующее
От: Ashley Clark
Дата:
Сообщение: Re: function to return query result