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

推荐订阅源

大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
博客园 - Franky
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
博客园 - 司徒正美
博客园 - 叶小钗
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
B
Blog RSS Feed
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
IT之家
IT之家
博客园_首页
S
SegmentFault 最新的问题
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
H
Help Net Security
MongoDB | Blog
MongoDB | Blog

The Register

Shadow IT has given way to shadow AI. Enter AI-BOMs Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia NASA boss: Make Pluto A Planet Again GitHub says sorry and vows to do better as uptime slips and devs complain Age checks could turn internet into an ID checkpoint, complains Proton CEO Microsoft gives your Word documents an AI co-author you didn’t ask for Datadog digs down into GPU efficiency as AI costs soar If malware via monitor cables is a matter of national security, this might be the gadget for you Thunderbird in hand worth 2 Outlooks as fresh FOSS fave and Firefox arrive Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 France's 'Secure' ID agency probes breach as crooks claim 19M records Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul
Agent-led devs need serverless OpenSearch, Amazon claims
Lindsay Clark Lindsay Clark · 2026-06-01 · via The Register

Databases

System relies on a proprietary storage layer as AWS moves to separate storage and compute to fit mega AI demands

Amazon has re-engineered its serverless OpenSearch database service, separating storage and compute in a move it claims will benefit developers faced with new demand characteristics of agentic AI.

The new serverless system would avoid the problem of users paying for idle compute capacity between demand bursts, the vendor claims.

Speaking to The Register, Tia White, Director of OpenSearch, AWS said: “Collections can shrink all the way to zero when nothing's happening. We have mitigated the cold start problem, so they spin back up in seconds when traffic is needed as agents restart. It auto-scales 20 times faster than before.”

AWS promises a fully managed search and vector engine designed for customers building AI agents, offering up to 60 percent cost savings compared to the cost of OpenSearch Service clusters provisioned for peak capacity.

AWS has integrated OpenSearch Serverless into Vercel, letting developers spin up new search backends directly from the Vercel console without leaving their workflow. The service also powers the OpenSearch Launchpad inside Kiro - AWS's new agentic coding IDE - providing guided, end-to-end architecture planning for search applications. Broader AI development platform support is coming. 

White said the most immediate application would be with developer coding agents. “Historically, search has not had to decouple [storage and compute], because the traffic was pretty predictable. Now with agentic workloads, even the most sophisticated technical teams need to use a serverless offering. Agentic, production-allied workloads are only going to continue to proliferate and grow.”

At the turn of the decade, ElasticSearch was the de facto database manager developers used for enterprise search. However, in 2021, Elastic adopted a more restrictive software license in order to restrict cloud service providers from creating a DBaaS based on the free open source software and making money from it. AWS responded by forking the code to create OpenSearch, which is governed by the Linux Foundation, with contributing organizations including Uber and SAP.

MongoDB and MariaDB have trodden a similar path to Elastic, with debate continuing over whether the cloud giants should be able to make money from database services without paying for the core database itself, or whether a more permissive open source development model is the best option.

White said some of the logic in the new OpenSearch serverless offering is available in the open source project, but a custom-built AWS proprietary storage layer is part of the intellectual property and is not fully open source. She could not rule out AWS making the technology open source in the future, as it has done with some IP in the past, but says there are no current plans to do so.

The OpenSearch serverless launch might be good news for people building on AWS, but bad news for Elastic.

Elastic launched its serverless search offering in 2024, promising decoupled storage and compute and auto-scaling. It updated the service in January, claiming 50 percent higher indexing throughput and 37 percent lower search latency using new AWS Graviton instances at no extra cost to users.

According to the DB-Engines ranking — which is based on website mentions, technical discussions, Google search trends, and jobs ads — ElasticSearch continues to place well above OpenSearch. The pair rank at 11th and 31st place respectively, although ElasticSearch’s ranking has fallen steadily over the last few years. ®