Batched Queue Option Added
Apart from fixes this release includes the option for a batched queue. This has been reported to allow faster sequencing but is not enabled by default.
If you want to switch to this you must build the code with the --tags batched_queue
option. You must then also apply a schema change if you are running with a previous version of the database. Add the following column to the Unsequenced
table:
QueueID VARBINARY(32) DEFAULT NULL
If you don't plan to switch to the batched_queue
mode then you don't need to make the above change.