vesoft-inc/nebula

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

Aperta

#5729 aperta il 27 set 2023

 (5 commenti) (1 reazione) (0 assegnatari)C++ (1144 fork)batch import
hacktoberfesttype/feature req

Metriche repository

Star
 (9828 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor