vesoft-inc/nebula

Support checkpointing a large query execution to disks and allow it to be resumed later

Offen

#5.729 geöffnet am 27.09.2023

 (5 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (1.144 Forks)batch import
hacktoberfesttype/feature req

Repository-Metriken

Stars
 (9.828 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Suppose we have a long running query, we may want to pause it for a while, store its progress in disks as a checkpoint and come back to its execution later. This would benefit scenarios where we do not have sufficient resources for a large number of concurrent queries and we don't want to loose any progresses.

Contributor Guide