add final TODO

This commit is contained in:
Luis Cossío
2025-02-04 16:31:57 -03:00
parent eae56afa09
commit 099bd53c4f
@@ -244,3 +244,10 @@ We optimized for speed, and it paid off—but what about storage size?
Strictly speaking, RocksDB is slightly smaller, but the difference is negligible compared to the 2x faster ingestion and more stable throughput. A small trade-off for a big performance gain!
## Trying Out Gridstore
- test payload
- test sparse
- TODO: mention that Gridstore has not been released as a standalone crate because it is tightly integrated with Qdrant, and it has not reached a stable API yet. We might do it later as a contribution to the Rust community.