Re: index performance

Поиск
Список
Период
Сортировка
От Chander Ganesan
Тема Re: index performance
Дата
Msg-id 4836EE4F.5060304@otg-nc.com
обсуждение исходный текст
Ответ на index performance  (Jessica Richard <rjessil@yahoo.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?
You might consider table partitioning and enabling constraint exclusion. 
-- 
Chander Ganesan
Open Technology Group, Inc.
One Copley Parkway, Suite 210
Morrisville, NC  27560
919-463-0999/877-258-8987
http://www.otg-nc.com
Ask me about OTG's Expert On-Site & Public enrollment PostgreSQL, PostGIS, and other Open Source courses.

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

Предыдущее
От: Jessica Richard
Дата:
Сообщение: index performance
Следующее
От: "Blakely, Jerel (Mission Systems)"
Дата:
Сообщение: How do I force users to change their password?