vesoft-inc/nebula

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

Aberta

#5.729 aberto em 27 de set. de 2023

 (5 comentários) (1 reação) (0 responsável)C++ (1.144 forks)batch import
hacktoberfesttype/feature req

Métricas do repositório

Stars
 (9.828 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador