Am 17.06.2010, 10:24 Uhr, schrieb Sean Gillies <[email protected]>:
Are you talking about opaque blob storage or tree nodes using containers? The structure of an R-Tree has some resemblance to physical reality and Python access to it could be very useful.
Right now the storage would be a ZODB BTree. The index is the pageId, the value is the data for the page. So you basically you store blobs in B Tree nodes :) Blobs in the sense of "binary data", not necessarily database-level blobs. Since pages are in the < 10 kilobyte range by default, they will be directly stored as a sequence of bytes.
-Matthias _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
