You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run kvrocks as a read-only mirror for the data produced offline. The snapshots are relatively large - around 100GB per kvrocks instance.
From time to time we'd like to update the snapshots to supply new data. Is there a good way to do this without bringing kvrocks offline (ideally we'd like to preserve block caches until we warm-up on the data from the new snapshot)?
kvrocks
---> /db-snapshot-1 (current)
---> /db-snapshot-2 (the one we'd like to switch to)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We run kvrocks as a read-only mirror for the data produced offline. The snapshots are relatively large - around 100GB per kvrocks instance.
From time to time we'd like to update the snapshots to supply new data. Is there a good way to do this without bringing kvrocks offline (ideally we'd like to preserve block caches until we warm-up on the data from the new snapshot)?
Beta Was this translation helpful? Give feedback.
All reactions