26 Aug
2002
26 Aug
'02
4:45 p.m.
Phil Glaser writes:
... My understanding is that your process space needs to have enough RAM to contain the ZODB index, which is typtically about 20% the size of Data.fs. I do not believe this number (20 %).
The index size depends only on the number of objects in the ZODB and not on the objects size. I expect (at most) a few hundred bytes per object. Dieter