8038f9bba6
Currently we lock when generating time based uuids. The lock is implemented to prevent concurrent writes to the last timestamp. The uuid generation is an area of contention when indexing. This commit modifies the code to use atomic compare and set operations to update the last timestamp. |
||
---|---|---|
.. | ||
licenses | ||
src | ||
build.gradle |