[ZODB-Dev] Advice on ZODB with large datasets

2008-06-18 Thread AFoglia
We have a large dataset of 650,000+ records that I'd like to examine easily in Python. I have figured out how to put this into a ZODB file that totals 4 GB in size. But I'm new to ZODB and very large databases, and have a few questions. 1. The data is in a IOBTree so I can access each item

Re: [ZODB-Dev] Advice on ZODB with large datasets

2008-06-18 Thread Andreas Jung
--On 18. Juni 2008 12:03:10 -0400 [EMAIL PROTECTED] wrote: We have a large dataset of 650,000+ records that I'd like to examine easily in Python. I have figured out how to put this into a ZODB file that totals 4 GB in size. But I'm new to ZODB and very large databases, and have a few

Re: [ZODB-Dev] Advice on ZODB with large datasets

2008-06-18 Thread Shane Hathaway
[EMAIL PROTECTED] wrote: We have a large dataset of 650,000+ records that I'd like to examine easily in Python. I have figured out how to put this into a ZODB file that totals 4 GB in size. But I'm new to ZODB and very large databases, and have a few questions. 1. The data is in a IOBTree