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

feat: hot tier for pmeta #883

Merged
merged 5 commits into from
Aug 13, 2024

Conversation

nikhilsinhaparseable
Copy link
Contributor

allow enabling hot tier for the internal stream
with a size of 10 MiB
only if hot tier is configured globally

&& !self.check_stream_hot_tier_exists(INTERNAL_STREAM_NAME)
{
let mut stream_hot_tier = StreamHotTier {
size: "10485760".to_string(),
Copy link
Member

Choose a reason for hiding this comment

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

Can you make it a constant and refer it here? Same for available_size

@nitisht nitisht merged commit 0df41a7 into parseablehq:main Aug 13, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants