NEWS: give a hint about using sort to achieve the old dump behavior.

This is needed for a few applications, and actually is quite
fast (relative to the actual dump).
This commit is contained in:
David Bremner 2012-01-03 23:19:05 -04:00
parent 84d9e319ad
commit 9981f995c6

3
NEWS
View file

@ -23,7 +23,8 @@ Automatic tag query optimization
Don't sort messages when creating a dump file
This speeds up tag dumps considerably, without any loss of
information.
information. To replicate the old behavior of sorted output (for
example to compare two dump files), one can use e.g. sort(1).
Memory Management
-----------------