Create index pretty slow

Поиск
Список
Период
Сортировка
От Rich Ryan
Тема Create index pretty slow
Дата
Msg-id 004e01bf1f07$9127ccc0$9befaace@usedcars.com
обсуждение исходный текст
Ответ на Re: [SQL] Vacuum takes more than 1 hr  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
The following command takes about 30 min. to complete
CREATE  INDEX "cfsoid" on "cfs" using hash ( "ownerid" "float8_ops" );
The table cfs has about 30 columns and 200K rows at the time of creation.
Does the time for this command sound right? I'm using the REL6_5 branch from
CVS



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

Предыдущее
От: "Albert REINER"
Дата:
Сообщение: Re: [SQL] Can VACUUM, but cannot do VACUUM ANALYZE
Следующее
От: Herouth Maoz
Дата:
Сообщение: Re: [SQL] Week of year function?