-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datastore: track bucket count in store stats & mem panel #1555
Conversation
teh-cmc
commented
Mar 10, 2023
•
edited
Loading
edited
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
niiice!!
I'd be inclined to call temporal
rather regular
tho 🤷
|
||
let label_rows = |ui: &mut egui::Ui, num_rows| { | ||
if num_rows == u64::MAX { | ||
ui.label("+∞") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... well technically not inf :D
Actually, what is taking all the memory in that application if it isn't the store? |
This terminology is used everywhere else, so I'd rather stay consistent for now.
I haven't looked in detail, but this program ingests 600k index rows worth of data, so I imagine all of the datastructures in the viewer that scale linearly with the number of messages? |
In the You can see this with |