Re: configure options

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Siddharth Shah <siddharth(dot)shah(at)elitecore(dot)com>
Cc: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, pgsql-general(at)postgresql(dot)org
Subject: Re: configure options
Date: 2008-12-01 13:16:21
Message-ID: 2865.1228137381@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Siddharth Shah <siddharth(dot)shah(at)elitecore(dot)com> writes:
> In My Application I have only 256MB storage device and I have to
> manage many other application in same storage

Quite honestly, you're going to need some other database besides
Postgres if you need a disk footprint that's only a fraction of 256MB.
It's just not designed for that. Maybe sqllite or bdb would be closer
to what you need.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-12-01 13:22:44 Re: Indexes on NULL's and order by ... limit N queries
Previous Message Tom Lane 2008-12-01 13:10:26 Re: configure options