[Checkins] SVN: zodbshootout/trunk/README.txt better interpretation of cold read time

Shane Hathaway shane at hathawaymix.org
Tue Nov 17 15:31:38 EST 2009


Log message for revision 105771:
  better interpretation of cold read time

Changed:
  U   zodbshootout/trunk/README.txt

-=-
Modified: zodbshootout/trunk/README.txt
===================================================================
--- zodbshootout/trunk/README.txt	2009-11-17 20:22:18 UTC (rev 105770)
+++ zodbshootout/trunk/README.txt	2009-11-17 20:31:38 UTC (rev 105771)
@@ -191,8 +191,8 @@
     ``zodbshootout`` clears all ZODB caches (the pickle cache, the ZEO
     cache, and/or memcached) then reads all of the objects written by
     the update test. This test favors databases that read objects
-    quickly, independently of caching. In the sample output above,
-    MySQL cheats a little because it uses a query cache.
+    quickly, independently of caching. The sample output above shows
+    that cold read time is currently a significant ZEO weakness.
 
 * Read hot objects
 



More information about the checkins mailing list