Skip to content

Batched Queue Option Added

Compare
Choose a tag to compare
@Martin2112 Martin2112 released this 05 Feb 14:49
· 2405 commits to master since this release

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.