Re: Performance while loading data and indexing

Поиск
Список
Период
Сортировка
От Mario Weilguni
Тема Re: Performance while loading data and indexing
Дата
Msg-id 4D618F6493CE064A844A5D496733D6670390D4@freedom.icomedias.com
обсуждение исходный текст
Ответ на Performance while loading data and indexing  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Ответы Re: Performance while loading data and indexing  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Список pgsql-hackers
On 26 Sep 2002 at 14:05, Shridhar Daithankar wrote:
> Some time back I posted a query to build a site with 150GB of database. In
last
> couple of weeks, lots of things were tested at my place and there are some
> results and again some concerns.

> 2) Creating index takes huge amount of time.
> Load time: 14581 sec/~8600 rows persec/~ an MB of data per sec.
> Create unique composite index on 2 char and a timestamp field:  25226 sec.
> Database size on disk: 26GB
> Select query: 1.5 sec. for approx. 150 rows.

I never tried 150GB of data, but 10GB of data, and this worked fine for me.
Maybe it will help if you post your table schema, including which indexes you
use, and the average size of one tuple.



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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: [GENERAL] Performance while loading data and indexing
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Performance while loading data and indexing