<p>Thank you very much for the answer!</p>Although I've read and
searched around, may I ask some more questions:<ul><li>What makes a
physical structure physical? (If I point to the same persistent objects
from different BTrees, which one then is physical if I store
them?)</li><li>Should I always use an appropriate BTree to store a big
mapping? (Becuse the BTree isn't loaded at once)<br></li><li>How do
indexes basically work or how they are made? (Are they also BTrees, so
that if they are big, they won't load at once?)</li><li>When should I
ever use a XXBucket, XXSet or XXTreeSet? (Or are they just internally
used classes in a XXBTree? Or if they aren't, do they have any
advantages, when using in ZODB?)</li><li>By a VFS-like structure you
mean a non-flat structure? (Like a deeper mapping, like: Family name
-&gt; id -&gt; person?)</li></ul>Markus<br>