Skip to content
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

chore(TSDB): add hooks for in-memory only tsdb creation #14734

Merged
merged 14 commits into from
Nov 4, 2024

Conversation

owen-d
Copy link
Member

@owen-d owen-d commented Nov 1, 2024

followup to #14732, lets tsdb builder use the new memory-backed index creation.

# ensures pre-refactor and post-refactor TSDBs are the same
$ cmp old new
# ensures TSDBs created in memory are equivalent to those created with disk
$ cmp new mem

owen-d added 13 commits October 30, 2024 17:03
ReaderFrom & Writer impl
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
…ure)

Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
@owen-d owen-d requested a review from a team as a code owner November 1, 2024 20:29
@owen-d owen-d changed the title enhancement(TSDB): add hooks for in-memory only tsdb creation chore(TSDB): add hooks for in-memory only tsdb creation Nov 1, 2024
Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
@pull-request-size pull-request-size bot added size/L and removed size/XL labels Nov 4, 2024
@owen-d owen-d merged commit 1c993f9 into grafana:main Nov 4, 2024
61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants