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

Option to periodically flush collected data from memory to the disk if needed. #43

Open
rtarasov-mg opened this issue Apr 23, 2021 · 2 comments

Comments

@rtarasov-mg
Copy link

This option could be helpful in cases when service might be killed with oom or unexpected reboot server, etc. To prevent losing all of the data collected in memory and guarantee delivery after recovery service.
Useful new options:

  1. Enable flush to disk
  2. How often
  3. Retention policy
    Could this feature be implemented?
@saikrishnakethan
Copy link

Is this similar to Asynchronous Inserts ? https://clickhouse.com/docs/en/optimize/asynchronous-inserts

@nikepan
Copy link
Owner

nikepan commented Aug 17, 2023

Is this similar to Asynchronous Inserts ? https://clickhouse.com/docs/en/optimize/asynchronous-inserts

yes, it is almost same

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

No branches or pull requests

3 participants