Warning
Do not use without knowing the risks. This is an experimental build!
This build uses SQLite for indexing, which has 3 main differences:
- Indexing appears to be about 60% slower (this could be tuned and improved)
- query from index appears nearly the same performance -- such as search
- Memory footprint is reduced. Each index will occupy a maximum of 50-100MB of RAM regardless of the size of the filesystem. This could also be tuned and improved in the future.
For docker, use tag 1.1.2-experimental-sqlite
Please post feedback on the discussion: #1666
Full Changelog: v1.1.1-beta...v1.1.2-experimental-sqlite