vesoft-inc/nebula
Support checkpointing a large query execution to disks and allow it to be resumed later
开放
#5,729 创建于 2023年9月27日
hacktoberfesttype/feature req
仓库指标
- 星标
- (9,828 个星标)
- PR 合并指标
- (30 天内没有已合并 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.