Tsearch Index Size and GiST vs. GIN

Поиск
Список
Период
Сортировка
От Richard Whidden
Тема Tsearch Index Size and GiST vs. GIN
Дата
Msg-id cone.1162840460.217543.21329.1000@oldbob
обсуждение исходный текст
Ответы Re: Tsearch Index Size and GiST vs. GIN
Список pgsql-hackers
Due to popular demand (1 person), I've compared sizes with 90 and 100 
fillfactors, along with using the new GIN index.

Findings were not surprising, except for the GIN indexes, which doubled in 
size.

After several ALTER/RE INDEXes, here they are:

GiST
----
8.1 = 94990
8.2 FF90 = 106244 relpages (8k)
8.2 FF100 = 95049

GIN
---
FF100 = 197702


Richard Whidden


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

Предыдущее
От: "Matt Miller"
Дата:
Сообщение: Re: cvs 'initdb' -- "vacuuming database template1 ... FATAL:
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Introducing an advanced Frequent Update Optimization