On Friday 15 May 2009 17.45:29 Matt Wilson wrote: > The ramdisk is an interesting idea -- where should I go to learn how > to do that?
While I guess you won't go very much faster than your current 30s (after all, while not hitting disk, you'd still have the overhead of the communication with the postgres backend), all it takes is * create a ramdisk, use your system administration skills there. * in postgres: "create tablespace foo location '/path/to/your/ramdisk/' * and then you need to tell sqlalchemy to add "tablespace foo" to the create database command. Everything else is as normal. cheers -- vbi -- featured product: SpamAssassin - http://spamassassin.org
signature.asc
Description: This is a digitally signed message part.

