Database vs Data Structure?

I V ivlenin at gmail.com
Fri Apr 18 01:23:21 EDT 2008


On Thu, 17 Apr 2008 19:30:33 -0700, erikcw wrote:
> use some sort of data-structure (maybe
> nested dictionaries or a custom class) and store the pickled
> data-structure in a single row in the database (then unpickle the data
> and query in memory).

Why would you want to do this? I don't see what you would hope to gain by 
doing this, over just using a database.



More information about the Python-list mailing list