Re: Max column number. - Mailing list pgsql-sql

From Scott Marlowe
Subject Re: Max column number.
Date
Msg-id CAOR=d=27Kj2ws2Ho_ZYkTuxDRoPyMg8S6FBjp5h1hHo5BYJXHw@mail.gmail.com
Whole thread Raw
In response to Re: Max column number.  (Miguel Angel Conte <diafano@gmail.com>)
Responses Re: Max column number.  (Miguel Angel Conte <diafano@gmail.com>)
List pgsql-sql
On Wed, Jul 13, 2011 at 9:45 AM, Miguel Angel Conte <diafano@gmail.com> wrote:
> Hi,
> Thanks for your interest. This app load scv files which change every day
> (sometimes the columns too). The sizes of these files are in avg 15MB. So,
> We load something like 100MB each day. We tried to find a better solution
> but we couldn't, becouse one of the our requirement is not to use a lot of
> space. Also, the app is used to consult these information, and for our
> particular type of select's queries, we get the best performance if the
> information is all into a same row.

This definitely sounds like a job for something like hstore.

Also, can you drop and recreate the table every so often?  That would
certainly help.


pgsql-sql by date:

Previous
From: Jose Ig Mendez
Date:
Subject: newbie question * compare integer in a "where IN" statement
Next
From: Miguel Angel Conte
Date:
Subject: Re: Max column number.