Remap Mysql tuple to dictionary

Simon Brunning simon at brunningonline.net
Tue Sep 26 06:30:15 EDT 2006


On 9/26/06, Lawrence D'Oliveiro <ldo at geek-central.gen.new_zealand> wrote:
> All right, sorry, looks like they want to load the entire table into RAM and
> key it off the first field. Kind of defeats the point of having SQL, but
> there you go...

Keeping an in-memory cache of small, unchanging, frequently-read
tables is a very common, and often very effective performance tweak in
database driven systems.

-- 
Cheers,
Simon B,
simon at brunningonline.net



More information about the Python-list mailing list