[EMAIL PROTECTED] writes: > Can I use Pickle to store about 500,000 key value pairs.. or should I > use mySql. Which one is best for performance, as the key value pair > increases.
That's an awfully large pickle. Maybe you want shelve. If there are frequent updates, multiple clients, etc., then yes, use a database like mysql. -- http://mail.python.org/mailman/listinfo/python-list