返回首页

对比阅读

对比阅读:Elasticsearch 9.4 Turns Search into Agent Infrastructure — Data Foundation Power Is Shifting 与 Elasticsearch 9.4 把搜索改造成 Agent 基础设施 — 数据底座话语权正在转移

AEN
ElasticsearchElasticAgent·

Elasticsearch 9.4 Turns Search into Agent Infrastructure — Data Foundation Power Is Shifting

Elasticsearch 9.4 sends a clear signal: search is no longer a "tool for humans," but Agent's "memory and action driver." From 9.0 to 9.4 in less than a year, four iterations have all centered on Agent infrastructure. What's worth noting: the discourse power of next-generation enterprise data infrastructure sits not in large models, but in the middle layer that can handle Agent concurrent calls.

What this is

Elasticsearch is upgrading from "full-text search database" to "Agent-era enterprise data foundation." Core changes come in three layers: vector search shifts from pure-memory to disk-clustered DiskBBQ, achieving 7x the throughput of Qdrant at equivalent recall; through native CPU SIMD instructions (CPU hardware-level parallel computing) and NVIDIA cuVS GPU acceleration, index construction speeds up 12x; the Agent Builder, Workflows, and Agent Skills trio launches, supporting MCP (standard protocol for Agent tool invocation) and A2A (Agent-to-Agent conversation protocol), feeding search results directly into the Agent reasoning chain. ES|QL stuffs retrieval, computation, and correlation analysis into a single pipeline, letting Agents use one language to complete the full "vector search + time filter + log correlation + LLM invocation" workflow.

Industry view

Positive voices argue that the real bottleneck for AI Agent deployment isn't the model, but whether enterprise data can be called frequently, cheaply, and accurately. DiskBBQ and GPU acceleration solve the real problem of "memory and compute costs under billions of vectors," with code already merged into Apache Lucene and a complete open-source path.

But the editorial team also sees several risks. First, this is a technical share authored by Elastic's China Chief Architect — essentially a product pitch, not an independent evaluation. All performance comparisons (vs Qdrant, Milvus) come from official benchmarks. Second, Elasticsearch's traditional strength is search and logging, but "Agent infrastructure" is a new front; competitors also include Databricks, ClickHouse, and other players embedding vector capabilities into data warehouses. Whether this is "full-stack integration" or "doing everything but nothing deep" remains to be seen. Third, the Agent orchestration layer's maturity is far behind open-source frameworks like LangChain and LlamaIndex; before enterprises pay up, they'll ask "why not use open source?"

Impact on regular people

For enterprise IT: over the next two years, AI deployment budgets will shift from "buying LLM APIs" to "rebuilding the data foundation." Vector search and Agent orchestration will become new procurement categories, and enterprises already deployed on ES will benefit first.

For individual careers: search and operations engineer skill stacks are being rewritten — understanding vector search, quantization algorithms, and Agent protocols is now required. Mid-layer talent who can articulate "how enterprise data serves Agents" will command a premium.

For the consumer market: no short-term awareness, but reduced enterprise IT costs will transmit to middle-platform, customer service, and other scenarios, ultimately reflected in whether the customer service rep on the other end of your phone call "gets you" better.

来源: juejin.cn
BZH
ElasticsearchElasticAgent·

Elasticsearch 9.4 把搜索改造成 Agent 基础设施 — 数据底座话语权正在转移

Elasticsearch 9.4 释放了一个明确信号:搜索不再是「给人看的工具」,而是 Agent 的「记忆体和行动驱动」。从 9.0 到 9.4 不到一年,四次迭代都围绕 Agent 底座展开。值得关心的是:下一代企业数据基础设施的话语权,不在大模型手里,而在能承接 Agent 并发调用的中间层。

这是什么

Elasticsearch 在从「全文检索数据库」升级为「Agent 时代的企业数据底座」。核心变化分三层:向量检索从纯内存方案转向磁盘分簇 DiskBBQ,同等召回率下吞吐达 Qdrant 的 7 倍;通过原生 CPU SIMD 指令(CPU 硬件级并行计算)和 NVIDIA cuVS GPU 加速,索引构建提速 12 倍;推出 Agent Builder、Workflows、Agent Skills 三件套,支持 MCP(让 Agent 调用工具的标准协议)、A2A(Agent 间对话协议),把搜索结果直接接入 Agent 推理链路。ES|QL 把检索、计算、关联分析塞进同一条管道,让 Agent 用一种语言完成「查向量 + 过滤时间 + 关联日志 + 调用大模型」的全流程。

行业怎么看

正面声音认为,AI Agent 落地真正的瓶颈不是模型,而是企业数据能否被高频、低成本、准确地调用。DiskBBQ 和 GPU 加速解决「几十亿向量下的内存与算力成本」真问题,代码已合并进 Apache Lucene,开源路径完整。

但编辑部也看到几个风险。第一,这是 Elastic 中国首席架构师署名的技术分享,本质是产品宣讲而非独立评测,所有性能对比(vs Qdrant、Milvus)均出自官方基准;第二,Elasticsearch 的传统强项是搜索与日志,但「Agent 基础设施」是新战线,对手还包括 Databricks、ClickHouse 等把向量能力嵌入数据仓库的玩家,是「全栈打通」还是「什么都做但不深」还要观察;第三,Agent 编排层成熟度远不如 LangChain、LlamaIndex 等开源框架,企业买单前会问「为什么不用开源」。

对普通人的影响

对企业 IT:未来两年 AI 落地预算将从「买大模型 API」转向「改造数据底座」,向量检索与 Agent 编排会成为新采购品类,已部署 ES 的企业会优先受益。

对个人职场:搜索与运维工程师技能栈正在被改写,需要理解向量检索、量化算法和 Agent 协议;能讲清「企业数据如何服务 Agent」的中间层人才会出现溢价。

对消费市场:短期无感知,但企业 IT 成本下降会传导到中台、客服等场景,最终体现在你打客服电话时对面是不是更「懂你」。

来源: juejin.cn