您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Mura Li d77176912b Use Go1.11 module (#5743) 5 年前
..
.gitignore Use Go1.11 module (#5743) 5 年前
.travis.yml Use Go1.11 module (#5743) 5 年前
Gopkg.lock Use Go1.11 module (#5743) 5 年前
Gopkg.toml Use Go1.11 module (#5743) 5 年前
LICENSE Reduce repo indexer disk usage (#3452) 6 年前
README.md Use Go1.11 module (#5743) 5 年前
flushing_batch.go Reduce repo indexer disk usage (#3452) 6 年前
metadata.go Reduce repo indexer disk usage (#3452) 6 年前
sharded_index.go Reduce repo indexer disk usage (#3452) 6 年前

README.md

rupture

Build Status GoDoc Go Report Card

An explosive companion to the bleve indexing library

Features

rupture includes the following additions to bleve:

  • Flushing batches: Batches of operation which automatically flush to the underlying bleve index.
  • Sharded indices: An index-like abstraction built on top of several underlying indices. Sharded indices provide lower write latencies for indices with large amounts of data.
  • Index metadata: Track index version for easily managing migrations and schema changes.