Is a vector database enough for production AI agents? Reddit debates storage design

OkShirt9372 · reddit · 2026-09-28

A Reddit thread asks whether vector databases alone can support production AI agents. Agents must store conversation history, task state, tool results, and user preferences, with concurrent reads/writes across multiple agents and reliable task resumption — needs vector search doesn't cover, like exact lookups, metadata filters, transactional writes, and concurrent updates.

The poster lists open questions: isolated data copies for testing, combining vector + keyword + structured filters in one query, handling conflicting record updates, write-to-retrieval latency, and transactional vs. analytical workloads. Discussion covers whether to use one database for memory and operational state or split vectors, state, and transactional data across systems.

Original post →

More from coding & agent

coding & agent channel →