-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/aggsigdb: refactor MemDB (#2950)
Introduce MemDBV2: instead of relying on a complex system based on channels and read/write queries, simply store objects in a `sync/map`. Simpler to read and potentially faster in systems in which there's a high rate of goroutine contention. Add the `aggsigdb_v2` feature flag to enable/disable this feature. category: refactor ticket: #1951 feature_flag: aggsigdb_v2
- Loading branch information
Showing
6 changed files
with
409 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.