Re: Inserting values into a variable table - Mailing list pgsql-novice

From Tom Lane
Subject Re: Inserting values into a variable table
Date
Msg-id 21234.1164565430@sss.pgh.pa.us
Whole thread Raw
In response to Re: Inserting values into a variable table  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List 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 by date:

Previous
From: "Andrej Ricnik-Bay"
Date:
Subject: Re: Inserting values into a variable table
Next
From: Bo Berglund
Date:
Subject: Re: Which installer for Postgres on Windows?