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

[logsearch] Partition creation fixes #1276

Merged
merged 1 commit into from
Sep 3, 2022

Conversation

donatello
Copy link
Member

  • At startup attempt to create partitions regardless of whether parent
    table exists.
  • At startup create "previous" and "next" partitions around the current
    time always
  • Use CREATE IF NOT EXISTS to avoid checking if the table already
    exists

- At startup attempt to create partitions regardless of whether parent
table exists.
- At startup create "previous" and "next" partitions around the current
time always
- Use `CREATE IF NOT EXISTS` to avoid checking if the table already
exists
@harshavardhana harshavardhana merged commit 06e6819 into minio:master Sep 3, 2022
@donatello donatello deleted the partitioner branch September 6, 2022 23:45
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.

3 participants