Re: Inserting values into a variable table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Inserting values into a variable table
Дата
Msg-id 21234.1164565430@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Inserting values into a variable table  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-novice
Stephan Szabo <sszabo@megazone.bigpanda.com> writes:
> On Sun, 26 Nov 2006, Greg Quinn wrote:
>> Now as you can imagine, on the server side, if you have 100 users, and all
>> their message source sitting in one big table, it can slow down read
>> operations because of all the disk i/o.
>>
>> Previously, I was using MySQL and placing all the users data into separate
>> tables gave me a huge performance increase.

> That makes sense, although table partitioning might be a good fit for what
> you're trying to do.

To be blunt, this sounds like you didn't have your tables properly indexed.

            regards, tom lane

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

Предыдущее
От: "Andrej Ricnik-Bay"
Дата:
Сообщение: Re: Inserting values into a variable table
Следующее
От: Bo Berglund
Дата:
Сообщение: Re: Which installer for Postgres on Windows?