22 Nov
2002
22 Nov
'02
7:37 p.m.
Thank you for your response. How does one determine if they have a "reasonably-sized" ZEO cache? In our case we have about 260,000 objects in the database with an ideal cache size of 10,000 objects. I have no idea what our hit/miss ratio is or how to find that out. Any assistance would be great!
Try this:
http://cvs.zope.org/ZODB3/ZEO/README.txt?rev=1.4&content-type=text/vnd.viewc...
Simpler would be to check your log file for "cache flip" messages. If you get these more than a few times per day, you should consider doubling the cache size. --Guido van Rossum (home page: http://www.python.org/~guido/)