Overview: Gamma supports three storage types: RocksDB, MemoryOnly, and Mmap. v3.2.7 mainly modifies and optimizes Mmap. The specific modifications are as follows:
- Use a unified way to store vectors and scalars;
- Use cache to improve query performance;
- Reduce scalar memory usage;
- Supports dynamic modification of the cache size, and flexible storage and retraction of memory;
- Fix the occasional inaccurate query of scalar index