From: | Alice Lottini <alice_lottini(at)yahoo(dot)it> |
---|---|
To: | PostgreSQL Mailing List Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | is it possible to enlarge the TopMemoryContext? |
Date: | 2003-05-30 18:12:42 |
Message-ID: | 20030530181242.73101.qmail@web13703.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello everybody,
we've developed a function which reads a huge amount
of data from postgres and, being recursive, does
several memory-intensive elaborations and writes the
results back on two postgres tables. No memory context
switch has been done in our function.
Now we have to compare this function with another one
which performs the same elaborations but reads the
data from a binary file and stores the results on
another file.
Both of them work exactly in the same way (as we've
simply ported our postgres module to work in memory)
but we've noticed a rather different memory usage in
the two cases. The in-memory function seems to have a
lot more of memory to work on, while the postgres one
stops for memory exhausted as soon as the data size
increases over a certain limit.
As far as we know, this could be due to the limited
size of the TopMemoryContext in which the dynamically
loadable modules work.
Is there a way to expand the size of memory available
to our function?
Thanks a lot!
alice and lorena
______________________________________________________________________
Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam
http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/
From | Date | Subject | |
---|---|---|---|
Next Message | greg | 2003-05-30 18:26:53 | Re: XML and postgres |
Previous Message | Bruno Wolff III | 2003-05-30 18:02:13 | Re: index suggestion for 7.4 |