Python ORM library for distributed mostly-read-only objects?

Matthias Urlichs matthias at urlichs.de
Mon Jun 23 13:42:51 EDT 2014


Hi,

William Ray Wing:
> Are you sure it won’t fit in memory?  Default server memory configs these days tend to start at 128 Gig, and scale to 256 or 384 Gig.
> 
I am not going to buy a new server. I can justify writing a lot of custom
code for that kind of money.

Besides, the time to actually load all the data into memory beforehand
would be prohibitive (so I'd still need a way to load referred data on
demand), and the update problem remains.

-- 
-- Matthias Urlichs



More information about the Python-list mailing list