A rolling restart is a deployment strategy for vector database clusters where nodes are restarted one at a time in a controlled sequence, allowing the service to remain available with minimal disruption. This is a core high-availability practice, ensuring that while one node is offline for a restart, the remaining nodes in the cluster continue to serve queries and accept writes. It is essential for applying software patches, configuration changes, or performing hardware maintenance without incurring a full service outage, directly supporting stringent Recovery Time Objectives (RTO).




