couchbaselabs / couchbaselabs/cbft
bleve Batch ingest should be async
Open
- Dominant language
- Go
- Stars
- 26
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
currently, cbft synchronously applies a bleve Batch once a pindex batch is "full".
instead, for potentially higher performance, perhaps cbft should continue with DCP stream processing to build up the next batch in memory, while the last batch is being concurrently ingested by bleve.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.