SQL Query - Performance Problem

Поиск
Список
Период
Сортировка
От Dean Sheppard
Тема SQL Query - Performance Problem
Дата
Msg-id 024801c4049f$7d76def0$6400a8c0@server
обсуждение исходный текст
Ответы Re: SQL Query - Performance Problem  (Josh Berkus <josh@agliodbs.com>)
Re: SQL Query - Performance Problem  (george young <gry@ll.mit.edu>)
Список pgsql-novice
Hi All,
 
I have a postgres SQL Table which contains 30 Million Records. It is a simple flat table with 4 columns. Each column has an index and I select from this table using a single column at any time.
 
Here's the problem. A simple select statement takes upto 30 seconds to respond, if I add in connection pooling and 15 - 20 concurrent requests the responses are now 15-20 minutes!! I have no idea what the tuning options may be, but I need to get these queries running in 30 seconds or so.
 
Any ideas?
 
Regards,
Dean.
 

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

Предыдущее
От: sashan
Дата:
Сообщение: building using vc++6
Следующее
От: "Allan Poulsen"
Дата:
Сообщение: to_hex question