Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Inserting values into a variable table



Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group