mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
f5abe2f563
* Upgrade blevesearch dependency to v2.0.1 * Update rupture to v1.0.0 * Fix test |
||
---|---|---|
.. | ||
.gitignore | ||
.travis.yml | ||
flushing_batch.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
metadata.go | ||
README.md | ||
sharded_index.go |
rupture
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.