Change8

v1.30.8

📦 weaviateView on GitHub →
🐛 3 fixes

Summary

This patch release focuses on performance improvements and stability by optimizing segment loading and disabling bloom filters when segments are in memory.

🐛 Bug Fixes

  • Read fully loaded segments always from memory.
  • Disable bloom filters if segment is loaded into memory.
  • Optimize segment cursor and add read metrics.