On Mon, Mar 17, 2014 at 02:00:53PM +0000, Craig R. Skinner wrote:
> Do btree source files need to be sorted before postmapping?
>
> [...]
>
> http://thread.gmane.org/gmane.mail.postfix.user/17650/
In that thread I pointed out that bulk testing btree *lookup*
performance is best done with lookup keys in *random* order, since
btree will perform artificially well when the *lookup* keys are
sorted.
There is no claim that btree *insert* performance is faster with
sorted data, it may well be much slower.
--
Viktor.