-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.3-SNAPSHOT
-
Fix Version/s: 9.10
-
Component/s: Redis, UIDSequencer
-
Sprint:nxcore 9.3.10
-
Story Points:1
This means that default impl is using a loop to initialize the sequence, this is too slow for big values, which is a common case for the log entry sequence for instance.
We could easily provide a sequenceInit with Redis, so lets do it.