Related user story
#45163
Task
Replace current dense bitmap implementation with roaring bitmaps, which compress bitmap data using various strategies.
Condition of satisfaction
- All newly collected data should be stored in roaring bitmap format
- Existing dense bitmap data should still be readable, and chart processors should still work with it
NOT in this stage
- Transforming existing dense bitmaps to roaring form
- Other optimizations to come (e.g. optimized bucketing, skipping the query to get tracked CVEs in chart API)
Related user story
#45163
Task
Replace current dense bitmap implementation with roaring bitmaps, which compress bitmap data using various strategies.
Condition of satisfaction
NOT in this stage