From: | Stephan Szabo <acroyear_07030(at)yahoo(dot)com> |
---|---|
To: | Josh Berkus <josh(at)agliodbs(dot)com>, Yannick ALLUSSE <yannick(dot)allusse(at)kisbv(dot)com> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Size of the Postgres DB |
Date: | 2002-03-13 01:03:07 |
Message-ID: | 20020313010307.17509.qmail@web10803.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
IIRC, most of that space is taken up by the
xlog segment. I believe that you may
be able to play with XLogSegSize in
include/access/xlog.h to lower this usage, but I've
never done it, so I don't know if it's safe.
--- Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> Yannick,
>
> > Thanks for your answer, I mean 20 Mo is a Hudge
> database when yo want
> > to use
> > it as a embedded database...when you have 32- or
> 64 Mo of
> > disk-on-chip
> > memory
>
> You need to talk to others who have done PostgreSQL
> embedded. Try
> sending an e-mail to pgsql-hackers to see if
> there's anyone there.
__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Anshuman Kanwar | 2002-03-13 01:13:44 | Database is shutting down |
Previous Message | Tom Lane | 2002-03-12 23:40:09 | Re: Installing tsearch |