Re: fixed data set handling

2008-12-16 Thread adrian
It took over an hour for this to appear, that's why there are 2 threads. On Dec 16, 3:00 pm, adrian wrote: > Hi all, > > I'm writing an app that needs random access to a fixed set of data > (about 1 MB) on just about every request.  (It also uses MySQL for > dynamic data).   I wrote a different

fixed data set handling

2008-12-16 Thread adrian
Hi all, I'm writing an app that needs random access to a fixed set of data (about 1 MB) on just about every request. (It also uses MySQL for dynamic data). I wrote a different app on app-engine that had this requirement as well and I ended up putting the fixed database in a large Python varia