index performance

Поиск
Список
Период
Сортировка
От Jessica Richard
Тема index performance
Дата
Msg-id 501471.5203.qm@web56411.mail.re3.yahoo.com
обсуждение исходный текст
Ответы Re: index performance  (Chander Ganesan <chander@otg-nc.com>)
Список pgsql-admin
I have a large table with about 2 million rows and it will keep growing...

I need to do update/inserts, and select as well.

An index will speed up the select, but it will slow down the updates.

Are all Postgres indexes ordered? i.e., with every update, the index pages will have to be physically reordered?

Does Postgres have any kind of non-ordered indexes (like Syabse's non-clustered index)?

What is the common way to take care of the performance issue when you have to do both update and select on the same large table?

Thanks,
Jessica

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

Предыдущее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: [HACKERS] Error while executing pg_dump "invalid memory alloc request size 4294967293"
Следующее
От: Chander Ganesan
Дата:
Сообщение: Re: index performance