Mudcat wrote:
> In doing a little research I ran across PyTables, which according to
> the documentation does this: "PyTables is a hierarchical database
> package designed to efficiently manage very large amounts of data." It
> also deals with compression and various other handy things. Zope also
> seems to be designed to handle large amounts of data with compression
> in mind.
> 
> Does any know which of these two apps would better fit my purpose? I
> don't know if either of these has limitations that might not work out
> well for what I'm trying to do. I really need to try and compress the
> data as much as possible without making the access times really slow.

PyTables is exactly suited to storing large amounts of numerical data aranged in
tables and arrays. The ZODB is not.

-- 
Robert Kern
[EMAIL PROTECTED]

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to