| Subject: | Re: [ZODB-Dev] ZODB Ever-Increasing Memory Usage even with cache-size-bytes |
|---|---|
| From: | Ryan Noon |
| Date: | Tue, 18 May 2010 11:14:47 -0700 |
|
Hi All, I converted my code to use LOBTrees holding LLTreeSets and it sticks to the memory bounds and performs admirably throughout the whole process. Unfortunately opening the database afterwards seems to be really really slow. Here's what I'm doing:
from ZODB.FileStorage import FileStorage from ZODB.DB import DB storage = FileStorage('attempt3_wordid_to_docset',pack_keep_old=False) I think the file in question is about 7 GB in size. It's using 100 percent of a core and I've never seen it get past the FileStorage object creation. Is there something I'm doing wrong when I initially fill this storage that makes it so hard to index, or is there something wrong with the way I'm creating the new FileStorage?
Thanks for everything, you guys have really been great. -Ryan On Wed, May 12, 2010 at 3:48 AM, Jim Fulton <jim@xxxxxxxx> wrote:
-- Ryan Noon Stanford Computer Science BS '09, MS '10 _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@xxxxxxxx https://mail.zope.org/mailman/listinfo/zodb-dev |
| Previous by Date: | Re: [ZODB-Dev] Storage iterators and IndexError, Jim Fulton |
|---|---|
| Next by Date: | [ZODB-Dev] Simple RelStorage Question, Zack Spencer |
| Previous by Thread: | Re: [ZODB-Dev] ZODB Ever-Increasing Memory Usage (even with cache-size-bytes), Jim Fulton |
| Next by Thread: | Re: [ZODB-Dev] ZODB Ever-Increasing Memory Usage (even with cache-size-bytes), Alan Runyan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |