vesoft-inc/nebula
View on GitHubSupport checkpointing a large query execution to disks and allow it to be resumed later
Open
#5,729 opened on Sep 27, 2023
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.