[Checkins] SVN: relstorage/trunk/CHANGES.txt graph traversal, not object traversal

Shane Hathaway shane at hathawaymix.org
Fri Feb 4 02:32:30 EST 2011


Log message for revision 120090:
  graph traversal, not object traversal
  

Changed:
  U   relstorage/trunk/CHANGES.txt

-=-
Modified: relstorage/trunk/CHANGES.txt
===================================================================
--- relstorage/trunk/CHANGES.txt	2011-02-04 07:31:46 UTC (rev 120089)
+++ relstorage/trunk/CHANGES.txt	2011-02-04 07:32:30 UTC (rev 120090)
@@ -10,7 +10,7 @@
 - Added a --dry-run option to zodbpack.  Set it to force a dry run
   of packing.
 
-- Replaced the object traversal portion of the pack code with
+- Replaced the graph traversal portion of the pack code with
   a more efficient implementation using Python sets (instead of SQL).
   The new code is much faster for packing databases with deeply
   nested objects.



More information about the checkins mailing list