Taking Snapshots Periodically #4890
Unanswered
tguner-arteriaai
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There is not. In fact, creating snapshots this quickly will become very expensive. For this I'd recommend to snapshot the file system instead. Note that I mean a file system level snapshot such as a K8s PVC volume snapshot, not a Qdrant snapshot. Those will guarantee proper data consistency as well. In our cloud you can set up a backup interval, or create one manually with the press of a button. Even then, creating such backup/snapshot every 5 seconds is considered very often. How about running two separate Qdrant instances and sending operations to both at the same time. That may be sufficient? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was just wondering if there is any support in the configuration file or somewhere that we can set periodicity of taking snapshots of the entire storage, like at every 5secs.
This can be manually achieved by hitting the snapshot endpoint or through defining periodic crontab kind a job to hit these endpoints but I want to use configuration directly if such a config exists first.
This I need as part of the backup strategy. Thank you
Beta Was this translation helpful? Give feedback.
All reactions