# Speed up Qdrant hybrid inserts by dropping a redundant encode

> Qdrant's async_insert no longer calls the sparse encoder twice. Hybrid inserts now encode once, cutting wasted compute on every write to a Qdrant collection.

- Published: 2026-05-15
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/speed-up-qdrant-hybrid-inserts-by-dropping-a-redundant-encode
- Markdown: https://agno-com-nine.vercel.app/articles/speed-up-qdrant-hybrid-inserts-by-dropping-a-redundant-encode.md

Qdrant's `async_insert` no longer calls the sparse encoder twice. Hybrid inserts now encode once, cutting wasted compute on every write to a Qdrant collection.
