mit-pdos/noria

Add support for range indices and operations

Ouverte

#93 ouverte le 19 sept. 2018

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (229 forks)batch import
enhancementhelp wantedm-materializationm-partialm-sql

Métriques du dépôt

Stars
 (4 576 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

We currently only have HashMap-based indices, which only support single-key lookups. This precludes support for things like a < ? or even doing multi-backfills by key ranges. We should fix this.

Guide contributeur