SVN: ZODB/trunk/src/CHANGES.txt *** empty log message ***
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 108724: *** empty log message *** Changed: U ZODB/trunk/src/CHANGES.txt -=- Modified: ZODB/trunk/src/CHANGES.txt =================================================================== --- ZODB/trunk/src/CHANGES.txt 2010-02-02 19:34:22 UTC (rev 108723) +++ ZODB/trunk/src/CHANGES.txt 2010-02-02 19:58:55 UTC (rev 108724) @@ -8,6 +8,9 @@ New Features ------------ +- There are a number of performance enhancements for ZEO storage + servers. + - FileStorage indexes use a new format. They are saved and loaded much faster and take less space. Old indexes can still be read, but new indexes won't be readable by older versions of ZODB.