Re: should I reindex the table of more than 10 millions rows regularly when more data are inserted?

Поиск
Список
Период
Сортировка
От Szymon Guz
Тема Re: should I reindex the table of more than 10 millions rows regularly when more data are inserted?
Дата
Msg-id e4edc9361003070744j1fc38409p1ed21987b70656e9@mail.gmail.com
обсуждение исходный текст
Ответ на should I reindex the table of more than 10 millions rows regularly when more data are inserted?  (zxo102 ouyang <zxo102@gmail.com>)
Список pgsql-general


2010/3/7 zxo102 ouyang <zxo102@gmail.com>
Hi everyone,
    I have a big table (more than 10 millions rows) and create an index (three columns) ( the index is not created with creating the table).  Within one day of the index created, the performance of query searching is ok.  But with more than several thousands rows of data  inserted into the table, query searching becomes slower and slower.  
   Should I recreate the index regularly when more data are inserted into the table? 

Thanks for your help in advance.


ouyang 

Do you have autovacuum running? And of course show the execution plans for the fast and the slow query (using explain analyze).


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

Предыдущее
От: zxo102 ouyang
Дата:
Сообщение: should I reindex the table of more than 10 millions rows regularly when more data are inserted?
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: timestamp literal out of line