-
Notifications
You must be signed in to change notification settings - Fork 177
add prefixCompressedPostings #672
base: master
Are you sure you want to change the base?
Conversation
b504c5d to
4bf1288
Compare
|
once this is ready lets run a Prombench test and add some relevant dashboard to the Prombench grafana dashboards to see the difference in size and performance. |
codesome
left a comment
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.
This is for the writing part. Taking a look at the reading part next.
4bf1288 to
5308b1f
Compare
5e316a3 to
06eee5b
Compare
codesome
left a comment
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.
Mostly nits. I need a couple of more scans to do before I am done.
Signed-off-by: naivewong <[email protected]>
00903c0 to
8bac3f8
Compare
2053a33 to
292f4ee
Compare
codesome
left a comment
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.
Some nits. I think we are good to test it on prombench now.
@krasi-georgiev how can we add new panels in the dashboard? We could use one for prometheus_tsdb_storage_blocks_bytes to check the size of blocks. For query perf we already have many panels needed.
Signed-off-by: naivewong <[email protected]>
292f4ee to
dadf7ee
Compare
prefixCompressedPostings corresponds to the roaring16postings in this doc.