Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: precise query id rollover semantic (#1606)
* fix: use slab instead of hashmap + atomic counter Allow managing rollover and uniqueness, as well as being faster to access. * fix: rollback session modification * Revert "fix: rollback session modification" This reverts commit a2b1583. * Revert "fix: use slab instead of hashmap + atomic counter" This reverts commit 3290782. * fix: precise query id rollover semantic
- Loading branch information