So, Is Shelve a perfect solution (besides Mysql), to store large
key/value pairs, and which are updated frequently by multiple clients.

Thanks

Paul Rubin wrote:
> [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

Reply via email to