Convert string to command..
Bruno Desthuilliers
bruno.42.desthuilliers at wtf.websiteburo.oops.com
Fri Oct 19 06:14:58 EDT 2007
More information about the Python-list mailing list
Fri Oct 19 06:14:58 EDT 2007
- Previous message (by thread): Convert string to command..
- Next message (by thread): Convert string to command..
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Peter Otten a écrit : (snip) > Before you go on with your odd caching schemes -- is the database properly > indexed? Something like > > CREATE UNIQUE INDEX mytable_id1_id2 ON mytable (id-1, id-2); > > (actual syntax may differ) might speed up the lookup operation > enough that you can do without caching. Im my arms(tm) ! At least some sensible advice...
- Previous message (by thread): Convert string to command..
- Next message (by thread): Convert string to command..
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list