vesoft-inc/nebula
Support checkpointing a large query execution to disks and allow it to be resumed later
オープン
#5,729 opened on 2023/09/27
hacktoberfesttype/feature req
Repository metrics
- Stars
- (9,828 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.