Need design advice. What's my best approach for storing this data?

Robert Kern robert.kern at gmail.com
Sat Mar 18 23:47:44 EST 2006


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
robert.kern at gmail.com

"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




More information about the Python-list mailing list