3/17/2025 · Edo Liberty, Nathan Cordeiro
What this post added
This post details significant architectural changes to Pinecone's serverless platform to better support agentic workloads, which present challenges due to millions of small, sporadically accessed namespaces. Key innovations include a redesigned write path with adaptive indexing (prioritizing fast writes for small slabs and elaborate indexing for larger ones) and a reimagined query path that persists data on blob storage for small namespaces and fetches/caches it on-demand, while larger indexes use a hybrid approach. The post also highlights improvements for search workloads, including disk-based metadata filtering for high cardinality filters and high-performance sparse-only indexes for keyword search, and optimizations for recommender systems with automatic replication and improved IVF/Fast Scan.