惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
D
Darknet – Hacking Tools, Hacker News & Cyber Security
S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
雷峰网
雷峰网
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
P
Proofpoint News Feed
Last Week in AI
Last Week in AI
U
Unit 42
W
WeLiveSecurity
博客园 - Franky
Recent Announcements
Recent Announcements
Hacker News - Newest:
Hacker News - Newest: "LLM"
Attack and Defense Labs
Attack and Defense Labs
月光博客
月光博客
The Cloudflare Blog
Spread Privacy
Spread Privacy
腾讯CDC
P
Privacy International News Feed
N
News and Events Feed by Topic
AWS News Blog
AWS News Blog
NISL@THU
NISL@THU
T
Troy Hunt's Blog
小众软件
小众软件
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Microsoft Security Blog
Microsoft Security Blog
L
Lohrmann on Cybersecurity
Webroot Blog
Webroot Blog
Y
Y Combinator Blog
量子位
P
Palo Alto Networks Blog
N
News and Events Feed by Topic
V
Vulnerabilities – Threatpost
K
Kaspersky official blog
IT之家
IT之家
T
Threat Research - Cisco Blogs
Cloudbric
Cloudbric
云风的 BLOG
云风的 BLOG
C
Check Point Blog
Blog — PlanetScale
Blog — PlanetScale
爱范儿
爱范儿
G
Google Developers Blog
S
Secure Thoughts

InfoWorld

AWS boosts CloudWatch Logs query limits by 10x to ease debugging for developers, SREs 21 LLMs tuned for special domains The new AI lock-in AWS adds Advanced Prompt Optimization tool to Bedrock Capacity markets could reshape cloud computing Four cutting-edge tools for spec-driven development Anthropic puts Claude agents on a meter across its subscriptions Notion courts developers with a platform for AI agents and workflow automation Using continuous purple teaming to protect fast-paced enterprise environments A better way to work with SQL Server Evidence-driven workflows: Rethinking enterprise process design AWS debuts Graviton-powered Redshift RG instances to cut analytics costs SAP’s AI promises last year? Most are still rolling out First look: Lemonade serves up local AI with limitations GitLab CEO sees developer tool bill increasing 100-fold Red Hat adds support for agentic AI development What’s new and exciting in JDK 26 Kill the loading spinner with local-first data and reactive SQL A networking revolution at AWS Tokenmaxxing is super dumb Hands-on with React, Supabase, and PowerSync How to add AI to an existing product (without annoying users) What happens when engineering teams reorganize around AI agents Python isn’t always easy When cloud giants meddle in markets 12 model-level deep cuts to slash AI training costs The best new features in Python 3.15 Teradata launches platform for enterprise AI agents moving beyond pilots Three skills that matter when AI handles the coding MongoDB targets AI’s retrieval problem Building AI apps and agents with Microsoft Foundry Designing front-end systems for cloud failure No, AI won’t destroy software development jobs Diskless databases: What happens when storage isn’t the bottleneck Vibe coding or spec-driven development? The agentic AI distraction Vibe coding or spec-driven development? How to choose Cloud providers are blinded by agentic AI SAP to acquire data lakehouse vendor Dremio Small language models: Rethinking enterprise AI architecture Making AI work through eval hygiene Improving AI agents through better evaluations AI in the cloud is easy but expensive Running AI in the cloud is easy – and expensive Making AI work for databases Harness teams of agentic coders with Squad Harness teams of coding agents with Squad Oracle NetSuite announces AI coding skills for SuiteCloud developers Why it’s so hard to create stand-alone Python apps A new challenge for software product managers The hidden cost of front-end complexity GitHub shifts Copilot to usage-based billing, signaling a new cost model for enterprise AI tools OpenAI’s Symphony spec pushes coding agents from prompts to orchestration The front-end architecture trilemma: Reactivity vs. hypermedia vs. local-first apps Enterprise AI is missing the business core The best JavaScript certifications for getting hired Google begins putting the guardrails on agentic AI Why world models are AI’s next frontier Where to begin a cloud career Google pitches Agentic Data Cloud to help enterprises turn data into context for AI agents How open source ideals must expand for AI Is your Node.js project really secure? How I doubled my GPU efficiency without buying a single new card SpaceX secures option to acquire AI coding startup Cursor for $60B Google’s Gemma 4 shines on local systems – both big and small AI is upending the SaaS game How AI is upending SaaS tools Snowflake offers help to users and builders of AI agents From the engine room to the bridge: What the modern leadership shift means for architects like me Addressing the challenges of unstructured data governance for AI The cookbook for safe, powerful agents Enterprises are rethinking Kubernetes GitHub pauses new Copilot sign-ups as agentic AI strains infrastructure Best practices for building agentic systems Making agents dull Oracle delivers semantic search without LLMs When cloud giants neglect resilience Exciting Python features are on the way Ease into Azure Kubernetes Application Network The agent tier: Rethinking runtime architecture for context-driven enterprise workflows The two-pass compiler is back – this time, it’s fixing AI code generation MuleSoft Agent Fabric adds new ways to keep AI agents in line Salesforce launches Headless 360 to support agent‑first enterprise workflows Tap into the AI APIs of Google Chrome and Microsoft Edge Where will developer wisdom come from? GitHub adds Stacked PRs to speed complex code reviews The hyperscalers are pricing themselves out of AI workloads HTMX 4.0: Hypermedia finds a new gear Google Cloud introduces QueryData to help AI agents create reliable database queries Hands-on with the Google Agent Development Kit Are AI certifications worth the investment? AWS targets AI agent sprawl with new Bedrock Agent Registry Cloud degrees are moving online Swift for Visual Studio Code comes to Open VSX Registry AI agents aren't failing. The coordination layer is failing Anthropic rolls out Claude Managed Agents Microsoft’s reauthentication snafu cuts off developers globally Meta’s Muse Spark: a smaller, faster AI model for broad app deployment Bringing databases and Kubernetes together AWS turns its S3 storage service into a file system for AI agents
Your AI doesn’t need another database
2026-05-11 · via InfoWorld

Every hot, new workload gets its own database. Briefly. You know the drill. From search to JSON (documents) to graph, as an industry we have this weird fixation with building new databases. DB-Engines now tracks 434 of them. We’re now doing it again with vector databases, which were hailed almost overnight as the essential new persistence layer for AI. The story was simple and, for a time, convincing: Traditional databases don’t understand vectors! AI applications need vectors! So AI applications must need vector databases. Right?

Nope. After all, that first premise became untrue almost immediately.

I would say that, wouldn’t I? I mean, I work for Oracle, and Oracle AI Database 26ai can store vector embeddings alongside business data, and it supports HNSW and IVF vector indexes. But it’s not just Oracle. Literally every database that developers have used for years has vector support now. Microsoft has added a native VECTOR data type to SQL Server 2025, along with vector search and vector indexes. MongoDB has pushed automated embeddings into Atlas Vector Search, with embeddings generated in the database and synchronized as data changes. Postgres, through pgvector, also offers vector support. Etc., etc., etc.

That doesn’t mean Pinecone, Weaviate, Milvus, or the other purpose-built vector vendors are doomed, but it does call into question the premise behind their VC pitch decks. For most enterprise applications, vector support is a feature, one that should be tightly woven into an existing data estate.

This matters because the hardest part of production AI isn’t nearest-neighbor search: It’s context.

Proliferating data siloes

I’m not suggesting that vector search isn’t a thing: It’s very important. If you’re building retrieval-augmented generation (RAG), recommendation systems, personalization, agent memory, or anything that requires matching meaning rather than keywords, you need some way to compare vectors efficiently. And, credit where it’s due, the purpose-built vector vendors made that obvious before the incumbents did. I was working at MongoDB when Pinecone, Weaviate, Milvus, Qdrant, and others helped establish the patterns that everyone now treats as obvious. That’s real innovation.

The problem is that it’s an incomplete innovation.

It didn’t take long for incumbents to catch on and catch up. Pinecone launched in 2021, and Postgres released pgvector that same year. Oracle, Microsoft, and others matched not long after MongoDB. Now everyone offers vector support, and the competition has moved to how well vectors are integrated into the larger product. This is particularly important in AI, where delivering context (agentic memory) depends on eliminating siloed data. It’s simply not going to work to have one system holding relational data, another with JSON documents, and still another with vectors (not to mention graph, time-series, data). Application code has to synchronize this mess while also enforcing permissions, freshness, lineage, and business rules.

That can work for a demo. It’s a nightmare in production.

Think about it. Imagine a customer updates a support article, or a compliance policy is edited. The transactional system has the new truth (hurray!), but the vector representation may not (boo!). Still, AI being AI, the model will retrieve yesterday’s context with today’s confidence. It’s fast, it’s confident, and it’s wrong.

Enterprise AI memory isn’t merely vector embeddings. It’s also documents, transactions, customer records, policies, conversations, etc. It’s also knowing what changed, who is allowed to see it, and whether the answer can be traced back to a source the business trusts. A vector database can help with part of this, but it definitely doesn’t automatically solve all of it. If vectors live in one system, documents in another, transactions in another, graph relationships somewhere else, and permissions in application code, the “context layer” becomes a distributed consistency problem with a chatbot on the front end. That’s bad.

The closer vector search gets to the governed data, the less glue code developers have to write and the fewer stale copies they have to defend. Hence, this isn’t really about “incumbents learning new tricks.” It’s about the operational center of gravity moving back to the systems that already hold enterprise truth.

When to use a standalone vector database

None of this means developers should never use a standalone vector database. That would be the same lazy thinking in the opposite direction.

Use the database you already have when vectors describe data already living there, when freshness matters, when permissions are tied to operational records, or when semantic search is one feature inside a broader application. If your AI assistant is retrieving from customer records, support tickets, product catalogs, policy documents, invoices, or account data already governed by an existing database, start there. Don’t add a second source of truth just because the tutorial did.

By contrast, reach for a standalone vector database when retrieval is the product, not simply a feature. If you’re building a search company, a recommendation platform, a large multitenant RAG service, or a system where latency, ranking sophistication, indexing behavior, or operational isolation truly exceed what your primary database can handle, then specialized infrastructure may be the right answer. But that’s not going to be the norm.

The claim “sometimes you need specialized retrieval infrastructure” is obviously true. The claim “every serious AI application needs a standalone vector database” is obviously false. The standalone vector vendors increasingly acknowledge that vector storage isn’t enough. Hence they’re moving up the stack toward retrieval quality, agent memory, latency, evaluation, data freshness, and operational simplicity.

Pinecone’s Nexus announcement is a good example. The pitch is no longer simply “store vectors here.” It’s “make AI knowledgeable.” But Pinecone’s evolution also proves the point. If the long-term moat is not storing vectors but rather delivering superior retrieval infrastructure for specialized workloads, then the standalone vector database market is smaller and more demanding than many assumed. It has to win on quality, scale, latency, developer experience, and operational simplicity. It can’t merely win by being the place where embeddings live, because embeddings increasingly live everywhere.

That’s a much harder business. Sure, it may still be a good one, but it’s no longer the default architecture for every AI team with a pile of documents and a chatbot demo. And it shouldn’t be for enterprises that need to weave vectors into their broader data estate.

Don’t start with another database

We’ve spent the past decade being told that “purpose-built databases” were the answer, when they were really just a way for one cloud vendor to ship its org chart. That advice produced architectures where simple applications somehow require five persistence layers and a team of engineers to keep them synchronized. It’s madness.

AI makes that worse because AI is hungry for context. Retrieval doesn’t happen in a vacuum. No, it happens against data with ownership, recency, permissions, lineage, and business meaning. The more systems involved, the harder it is to know whether the model is answering from truth, from an outdated copy of truth, or from something that used to be true last week.

All this is to say it’s not really about vectors. It’s about whether we want AI applications to repeat the worst habits of modern data infrastructure: more services, more pipelines, more copies, more glue code, and more places for truth to drift. Instead of creating another stale context window, we need to put vector search as close as possible to the data it describes, which usually means starting with the database you already operate and using the security model you already trust.

Sure, there’s still room for standalone vector databases, just as there’s still room for search engines, caches, and analytics platforms. Pinecone and others have a credible future if they keep proving that specialized retrieval infrastructure delivers enough value to justify another system. But the burden of proof has shifted. Developers shouldn’t ask, “Why wouldn’t I use a vector database?” and instead should ask, “Why should I add another database when the one I already have can do this well enough with significantly better performance and security across my data?”

That may be uncomfortable for a market with a lot of venture money behind it. Good. Discomfort is what happens when a feature stops looking like a category, and VCs aren’t the ones building the apps developers’ jobs depend on.