vesoft-inc/nebula

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

Open

#5,729 opened on Sep 27, 2023

View on GitHub
 (5 comments) (1 reaction) (0 assignees)C++ (1,144 forks)batch import
hacktoberfesttype/feature req

Repository metrics

Stars
 (9,828 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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