Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Refactor bitmap data out of cache #80

Closed
benbjohnson opened this issue May 17, 2016 · 0 comments
Closed

Refactor bitmap data out of cache #80

benbjohnson opened this issue May 17, 2016 · 0 comments
Assignees

Comments

@benbjohnson
Copy link
Contributor

Currently the cache stores bitmap counts and bitmap data. However, with the new roaring mmap'd storage this is redundant and causes huge heap allocations and long startup times.

The bitmap data should be removed from the cache and the roaring bitmaps should be used directly. The bit counts will still remain in the cache for fast count and top execution.

@benbjohnson benbjohnson self-assigned this May 17, 2016
This was referenced May 17, 2016
tgruben pushed a commit to tgruben/pilosa that referenced this issue Sep 4, 2019
…mapper

Reuse ObjectMapper on nodes parsing.
jaffee pushed a commit that referenced this issue Jan 12, 2020
Add StatusError to RowResponse for better error handling.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant