need advices... accessing a huge collection
Paul Rubin
http
Thu Oct 23 13:43:49 EDT 2003
More information about the Python-list mailing list
Thu Oct 23 13:43:49 EDT 2003
- Previous message (by thread): need advices... accessing a huge collection
- Next message (by thread): ip address and network
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"GrelEns" <grelens at NOSPAMyahoo.NOTNEEDEDfr> writes: > i also was wondering which is fastest : > - upon each user request, re-building a dictionary from reading key/value > from a file, > - or on the first request building a hard-coded python dictionary and then > importing it, > - or maybe other suggestions (storing in a database...) ? If the tar files are static (not being updated), simplest thing is use dbm to store the dictionary.
- Previous message (by thread): need advices... accessing a huge collection
- Next message (by thread): ip address and network
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list