Rockset hero β€” data

Rockset

🟑Acquired / Merged

Rockset was a real-time analytics database founded by ex-Facebook engineers behind RocksDB. It raised $100M+ from Sequoia, Greylock, and Icon, targeting low-latency vector and full-text search for production apps. OpenAI announced the acquisition in June 2024 to power retrieval inside its products. Rockset wound down customer service on September 30, 2024 and migrated technology and team into OpenAI's infrastructure org.

Acquisition Details

OpenAI announced the Rockset acquisition June 21, 2024. Customer service ended Sept 30, 2024 per Rockset's own EOL notice.

✨ AI Summary

Rockset was a real-time analytics database built by ex-Facebook RocksDB engineers, best known for its Converged Index and sub-second SQL on freshly ingested JSON. OpenAI announced the acquisition on June 21, 2024, and Rockset ended customer service on September 30, 2024. The technology now powers retrieval infrastructure inside OpenAI rather than a standalone cloud product. Teams that ran Rockset in production have largely moved to ClickHouse Cloud, Tinybird, StarRocks, Apache Pinot, or SingleStore.

πŸ“‰ What happened to Rockset?

Rockset was acquired, not killed by the market. OpenAI bought the company on June 21, 2024 for its retrieval and indexing engineering team, then wound the commercial cloud service down over roughly 100 days, with customer service ending September 30, 2024. Existing customers were given a migration window, export tooling, and pro-rated credits, but no path to keep running Rockset as a managed service. The Converged Index approach lives on inside OpenAI's search and retrieval stack; the public product does not.

Rockset shutdown after the OpenAI acquisition β€” AI Tool Graveyard hero image

Short answer: Rockset is gone as a product. OpenAI announced the acquisition on June 21, 2024, and Rockset ended customer service on September 30, 2024. The team now builds retrieval infrastructure inside OpenAI. There is no managed cloud, no self-hosted build, and no open-source fork. If you ran Rockset in production, ClickHouse Cloud is the default replacement, and Tinybird is the closest match on developer experience.

What Rockset was, in plain terms

Rockset was a real-time analytics database. You streamed messy JSON into it from Kafka, DynamoDB, MongoDB, or S3, and you got fast SQL back within a second or two. No schema design meeting. No nightly batch job. No separate search cluster.

That sounds ordinary now. In 2018 it was not. Most teams had to choose: a warehouse for aggregations, a key-value store for lookups, and Elasticsearch for search. Rockset argued you should not have to choose at all.

Rockset Timeline β€” 2016 to 2024 Five-point timeline showing Rockset's founding in 2016, public launch in 2018, Series B funding in 2020, OpenAI acquisition in June 2024, and end of service in September 2024. Rockset Timeline β€” 2016 to 2024 Eight years of building. About one hundred days from deal to lights out. 2016 Founded Ex-Facebook RocksDB team 2018 Public launch Converged Index ships 2020 Series B $40M led by Sequoia Jun 2024 OpenAI deal Acquisition announced Sep 2024 End of service Customer service ends

Source: OpenAI newsroom, Rockset end-of-life notice, Crunchbase funding records.

Rockset's arc from RocksDB lineage to OpenAI acquisition.

Founders Venkat Venkataramani and Dhruba Borthakur started the company in 2016 after years at Facebook. Dhruba wrote RocksDB, the embedded storage engine that sits under a surprising share of modern databases. That lineage mattered, because Rockset's whole pitch rested on storage-layer tricks that most application teams could never build themselves.

The Converged Index: the idea that made Rockset different

Rockset's core invention was the Converged Index. Every field you ingested was written three times, into three different index structures:

  • A row index, so point lookups by key stayed fast.
  • A column index, so aggregations over one field did not scan the whole record.
  • An inverted index, so search and highly selective filters resolved instantly.

Writing three copies costs storage and ingest throughput. Rockset traded both away on purpose. In exchange you got a database where no query pattern was a surprise, which is exactly what you want when a product team keeps inventing new filters on a live dashboard.

The other half of the design was schemaless ingest with strong typing. Rockset inferred types per field per document, so a field that was a string in some rows and an integer in others simply worked. Anyone who has spent a weekend fixing a broken warehouse load knows how much pain that removed.

Why OpenAI bought Rockset

OpenAI did not buy Rockset for its revenue. It bought a retrieval team.

Grounding a model in current, private, fast-changing data is the same problem Rockset had been solving for eight years: index new records within seconds, serve selective queries with low latency, and keep it all cheap enough to run continuously. Hiring that skill set from the open market would have taken years. Buying the company took a quarter.

The public product was collateral. Running a multi-tenant analytics cloud demands support engineers, compliance work, uptime commitments, and a sales motion β€” none of which OpenAI wanted. So the service was wound down on a roughly hundred-day clock while the engineers moved onto internal retrieval work.

Rockset Vital Signs (2026) Dashboard rating five vital signs for Rockset in 2026: product dead, team active at OpenAI, technology absorbed, company wound down, and outlook zero. Rockset Vital Signs β€” 2026 Green means alive. Red means gone. Amber means it moved somewhere else.

Product Dead Service ended Sept 30, 2024 Team Active Building retrieval at OpenAI Technology Absorbed Indexing inside OpenAI stack Company Wound down No commercial entity left Outlook Zero No revival, no open source

Five vital signs for Rockset, read at a glance.

The wind-down, step by step

  • June 21, 2024 β€” OpenAI announced the acquisition. New signups closed shortly after.
  • July 2024 β€” Existing customers received end-of-life notices with individual migration timelines.
  • Through Q3 2024 β€” Export tooling ran; enterprise accounts negotiated pro-rated credits.
  • September 30, 2024 β€” Customer service ended. Query endpoints stopped answering.
  • After that date β€” No exports, no support, no reactivation. Anything not migrated was lost.

Compared with the average AI acquihire, this was handled well. Customers got a clear date, working export paths, and refunds. It was still, for anyone who had built a product on top of it, a forced migration inside one quarter.

The best Rockset alternatives in 2026

No single engine copies the Converged Index. Instead, pick based on the job Rockset actually did for you.

Best Rockset Alternatives in 2026 Table of eight Rockset alternatives with best-fit use case, entry price, and the single strength that makes each one win. Top Rockset Alternatives β€” Ranked by Fit One row per pick. Scan the last column to build a shortlist in under a minute. Engine Best For Entry Price Standout Strength ClickHouse Cloud Best all-round replacement From $1/mo usage Fastest scans, huge community Tinybird Best developer experience Free tier, then usage SQL to API in one step StarRocks Best for joins at scale Open source Real joins, no denormalizing Apache Pinot Best user-facing analytics Open source Very high query concurrency SingleStore Best mixed OLTP plus OLAP From $0.90/hr One engine, both workloads Materialize Best streaming views From $0.98/hr Incrementally kept-fresh SQL Elasticsearch Best text plus filters From $95/mo Mature search relevance DuckDB Best small-scale and local Free Zero ops, embedded engine Source: Vendor pricing pages, Q1 2026. Prices change often, so confirm before you commit.
Eight engines that absorbed most Rockset workloads.
Rockset Replacement Decision Tree Decision tree that routes four common Rockset workloads to a recommended replacement engine in under a minute. Pick Your Replacement in 60 Seconds Start with the workload you actually ran. Ignore the rest. What did Rockset do for you? Dashboards and BI ClickHouse Cloud APIs for your app Tinybird In-product analytics Apache Pinot Search plus filters Elasticsearch

Mixed workloads: start with ClickHouse Cloud, then add a second engine only if latency forces it. Under 100 GB and single-node: DuckDB will beat all of them on cost and setup time.

Four common Rockset jobs, mapped to a first-choice engine.
  • ClickHouse Cloud is the default answer for dashboards, event analytics, and anything scan-heavy. It is faster than Rockset on large aggregations and dramatically cheaper at rest. The tradeoff is that you now think about schemas, ordering keys, and materialized views again.
  • Tinybird feels closest to Rockset day to day. Ingest a stream, write SQL, publish it as a versioned HTTP endpoint. It runs on ClickHouse underneath, so you inherit that performance without operating it.
  • StarRocks is the pick if your Rockset queries relied on real joins. Most columnar engines punish joins; StarRocks was designed for them, so you can stop denormalizing everything at ingest.
  • Apache Pinot wins when thousands of end users hit analytics inside your product at once. Concurrency is its whole reason for existing.
  • SingleStore covers teams who want transactional writes and analytical reads from one engine, which suits operational dashboards over live application state.
  • Materialize is the streaming answer. You define a view once and it stays correct as new events land, instead of recomputing on every query.
  • Elasticsearch still makes sense when text relevance matters more than aggregation speed, which was one third of what the Converged Index gave you.
  • DuckDB deserves a mention because plenty of "real-time analytics" workloads were never big enough to need a cluster. Under roughly 100 GB, a single node will embarrass a distributed system on both cost and latency.

For deeper comparisons, see our ranked Rockset alternatives guide and the broader best tools like Rockset roundup.

Migration playbook: leaving Rockset without breaking production

  1. Inventory your query patterns first, not your data. List every distinct query shape your app fires. That list, not your table sizes, decides which engine fits.
  2. Split lookups from aggregations. Rockset hid this difference. Your new engine will not, so label each query before you migrate it.
  3. Design one ordering key per table. In ClickHouse or StarRocks, the sort order is most of your performance. Pick it based on your most common filter.
  4. Rebuild ingest as a stream, not a batch. Keep the freshness guarantee your users already expect, or they will notice the regression immediately.
  5. Shadow-run for two weeks. Send production traffic to both systems, compare results row by row, and log latency percentiles rather than averages.
  6. Move dashboards last. Internal reporting tolerates a day of drift. Customer-facing endpoints do not.
  7. Set a cost alarm on day one. Usage-based analytics pricing surprises teams in month two, not month one.
  8. Write down why you chose the engine. The next migration is always easier when the tradeoffs were recorded honestly.

Who actually used Rockset, and what they lost

Rockset never chased the general warehouse market. Its customers clustered into four recognisable shapes, and each felt the shutdown differently.

Product analytics teams embedded Rockset behind customer-facing dashboards. They cared about freshness and concurrency, and they lost the most, because their replacement had to match both at once.

Real-time personalisation and fraud teams used it as a feature store you could query with plain SQL. For them, latency budgets were measured in single-digit milliseconds, which pushed most toward Pinot or a purpose-built store.

Operational teams syncing DynamoDB or MongoDB used Rockset purely to make an operational database queryable without ETL. That group had the easiest exit, since change-data-capture pipelines into ClickHouse now cover the same ground.

Small engineering teams with no data platform used it because it needed no tuning. They lost the most convenience. There is no engine in 2026 that is simultaneously as fast, as schemaless, and as hands-off as Rockset was.

The cost question nobody enjoyed

Rockset was never cheap, and the Converged Index was the reason. Writing three index structures for every field meant storage was several times the raw data size, and ingest burned compute continuously rather than in scheduled bursts.

Teams typically paid somewhere between a few hundred and several thousand dollars a month for workloads that ClickHouse now serves for a fraction of that. The counter-argument was always the same, and it was a fair one: Rockset replaced two or three systems plus the engineer-months to run them. Compared against a warehouse, a cache, and a search cluster, the bill often looked reasonable.

That maths stopped working as ClickHouse Cloud, Tinybird, and StarRocks matured. By 2024, a competent team could get most of the benefit for far less, which quietly shrank the space Rockset had to itself. The acquisition ended the story before the market did, but the pressure was real.

What replaced the Converged Index, in practice

Nothing replaced it directly. Instead, teams rebuilt its three jobs with three deliberate choices:

  • Point lookups moved to a well-chosen ordering key, a materialized view, or in some cases straight back to the operational database.
  • Aggregations went to a columnar engine, where they were always going to be faster anyway.
  • Selective filters and text search went to either a secondary index in ClickHouse or a dedicated search engine.

The honest summary is that Rockset traded money for the removal of a design decision. Once it was gone, teams had to make that decision themselves β€” and most discovered their workload was narrower than they assumed.

What the Rockset story tells you about buying infrastructure

Rockset was well funded, technically excellent, and run by people who had built this class of system before. It still disappeared with about a hundred days of notice, because a larger buyer wanted the team more than the market wanted the product.

The practical lesson is not "avoid startups." It is keep your exit cheap. Prefer engines with an open-source core or a compatible protocol, keep transformation logic in version control rather than in a vendor UI, and re-check every year whether you could actually move.

Related reading on this site: is Rockset dead, what happened to Rockset, and why Rockset failed. For the wider pattern of AI acquihires, see Multi, Adept AI, and the July 2026 trend report.

Frequently asked questions about Rockset

Is Rockset still available in 2026?

No. Rockset stopped serving customers on September 30, 2024, about 100 days after OpenAI announced the acquisition on June 21, 2024. There is no managed Rockset cloud, no new signups, and no self-hosted edition. The engine now lives inside OpenAI's internal retrieval infrastructure.

Why did OpenAI acquire Rockset?

OpenAI needed better retrieval. Rockset's team had spent eight years building low-latency indexing and search over rapidly changing data, which is exactly the problem OpenAI faces when grounding models in fresh enterprise content. The deal bought both the engineering team and a mature indexing engine rather than a customer base.

Who founded Rockset?

Rockset was founded in 2016 by Venkat Venkataramani and Dhruba Borthakur, both formerly of Facebook. Dhruba created RocksDB, the embedded key-value store that underpins a large share of modern databases, and that lineage shaped Rockset's storage design.

What was Rockset's Converged Index?

The Converged Index stored every field three ways at once: a row index, a column index, and an inverted search index. That removed the usual need to pick between point lookups, aggregations, and search, and it let teams query semi-structured JSON without defining a schema up front.

What is the best Rockset alternative?

For most analytics workloads, ClickHouse Cloud is the default replacement on raw speed and cost. Tinybird is the closest match if you valued Rockset's developer experience and instant API endpoints. StarRocks and Apache Pinot fit high-concurrency user-facing analytics, and SingleStore suits mixed transactional plus analytical workloads.

Did Rockset customers get refunds?

Yes. Rockset offered pro-rated credits and refunds for prepaid contracts and worked with enterprise customers on individual migration timelines through the September 30, 2024 end-of-service date. Self-serve users simply lost access when the service ended.

Can I still export data from Rockset?

No. Export tooling was available only during the 2024 migration window. Any collections not exported before September 30, 2024 are gone. If you still have an old export, it will be newline-delimited JSON that loads cleanly into ClickHouse, DuckDB, or BigQuery.

Is Rockset open source?

Rockset itself was never open source, though it was built on top of the open-source RocksDB storage engine. Because the service was closed and cloud-only, there is no community fork to run today. Teams wanting a similar open engine usually land on ClickHouse, StarRocks, or Apache Pinot.

Sources

🩺 Health Signals

No checks have been run on this tool yet.

πŸ“… Timeline

2016-01-01

Rockset founded by ex-Facebook RocksDB team

https://rockset.com

2024-06-21

OpenAI announces acquisition

https://openai.com/index/openai-acquires-rockset/

2024-09-30

Customer service terminated

https://rockset.com/blog/rockset-joins-openai/

πŸ”„ Alternatives to Rockset

πŸ“° Related Articles

Is Rockset Dead or Still Active?Β·18 min read

Is Rockset Dead in 2026? Verdict, Timeline & Replacements

Yes, Rockset is dead as a customer-facing product. OpenAI acquired Rockset on June 21, 2024, and the external real-time analytics SaaS was wound down shortly after. New signups closed within weeks; existing accounts were migrated off through early 2025. This 2026 explainer gives the direct verdict, a full 2016 to 2024 timeline, a replacement matrix against ClickHouse Cloud, Apache Pinot, Druid, Tinybird, SingleStore, and Materialize, an eight-step migration playbook for teams still on a Rockset dependency, and eight FAQs covering the console, SDKs, data recovery, and vendor risk lessons.

What Happened to Rockset?Β·18 min read

What Happened to Rockset? The Full Story (2026 Update)

Rockset was acquired by OpenAI on June 21, 2024, and its external real-time OLAP SaaS was wound down within months. The team moved inside OpenAI to build retrieval for ChatGPT Enterprise, the Assistants API, and file search. This 2026 explainer walks through the full story, ranks the five real forces behind the exit β€” the acquisition itself, the external SaaS wind-down, team refocus on ChatGPT retrieval, cloud-warehouse convergence, and customer migration to open-source OLAP β€” and gives former customers a practical migration path with a comparison matrix against ClickHouse Cloud, Apache Pinot, Druid, Tinybird, and SingleStore, an eight-step playbook, and eight FAQs.

Why Rockset Failed (Case Study)Β·18 min read

Why Rockset Failed: OpenAI Acquisition & 2026 Case Study

Rockset did not fail on merit. It was acquired by OpenAI on June 21, 2024, and its external real-time OLAP SaaS was wound down so the team could build retrieval infrastructure for ChatGPT Enterprise, the Assistants API, and file-search. This 2026 case study explains the five real forces behind the exit β€” strategic acquisition, cloud-warehouse convergence, compute-storage unit economics, category commoditization, and customer migration cost β€” with a cause breakdown chart, a 2016 to 2024 timeline, a feature and pricing matrix against ClickHouse Cloud, Apache Pinot, Druid, Tinybird, and SingleStore, an eight-step migration playbook, and eight FAQs.

Top Alternatives to RocksetΒ·23 min read

8 Best Rockset Alternatives in 2026 (Real-Time Analytics)

Rockset β€” the real-time analytics database founded in 2016 by ex-Facebook RocksDB engineers Venkat Venkataraman, Dhruba Borthakur, and Shruti Bhat, and once the darling of streaming SQL over JSON β€” was acquired by OpenAI on June 21, 2024 and shut down its external service on September 30, 2024, stranding thousands of engineering teams with roughly 100 days to migrate every dashboard, API endpoint, and streaming pipeline. ClickHouse Cloud is now the default replacement for general sub-second OLAP with its ClickBench-leading performance and open-source core, StarTree Apache Pinot leads user-facing high-QPS analytics at LinkedIn and Uber scale, Imply Apache Druid dominates petabyte streaming event analytics, Tinybird wraps ClickHouse as a serverless real-time API layer with git-versioned pipes, Materialize offers strict incremental view maintenance on Kafka streams, SingleStore covers hybrid transactional-analytical workloads with MySQL wire compatibility, Timescale extends PostgreSQL with hypertables and continuous aggregates for time-series, and DuckDB with MotherDuck delivers dead-cheap analytics on Parquet in S3 or Cloudflare R2. These eight Rockset alternatives, grouped by general OLAP, user-facing analytics, streaming SQL, and hybrid HTAP and ranked with a rise-and-sale timeline, per-tool pricing, capability matrix, 60-second decision tree, and eight-step migration playbook, cover every reason a former Rockset customer is searching for a new home in 2026.

Best AI Tools Like RocksetΒ·21 min read

8 Best Real-Time Analytics Tools Like Rockset in 2026

Rockset pioneered converged indexing and sub-second SQL on live streams from Kafka, DynamoDB, and MongoDB β€” until OpenAI acquired the company in June 2024 and shut down external customers on September 30, 2024. ClickHouse Cloud and Tinybird are the closest general-purpose replacements, Apache Pinot and StarTree win user-facing analytics at millions of QPS, Apache Druid dominates high-cardinality event streams, Materialize is the pick for streaming SQL joins with full PostgreSQL compatibility, SingleStore combines OLTP with OLAP and vector search, and Elasticsearch or OpenSearch is the right home for search-heavy hybrid workloads. These eight tools like Rockset, ranked by use case with a price chart, capability matrix, decision tree, and migration playbook, cover every reason a Rockset veteran is looking for a new engine in 2026.

πŸͺ¦ Other dead data tools

❓ Frequently Asked Questions

Is Rockset still available for new customers?

No. Rockset stopped accepting new customers in June 2024 and ended service for existing customers September 30, 2024.

Where did Rockset's technology go?

Into OpenAI's retrieval infrastructure, including File Search and Assistants API.

What should I migrate to?

Common migration paths include Pinecone or Weaviate for vector search, ClickHouse for analytics, and OpenAI's own File Search for hosted retrieval.

How much did OpenAI pay?

Terms were not disclosed publicly. Rockset had raised about $105M in venture funding before acquisition.

Is Rockset still available in 2026?

No. Rockset stopped serving customers on September 30, 2024, about 100 days after OpenAI announced the acquisition on June 21, 2024. There is no managed Rockset cloud, no new signups, and no self-hosted edition. The engine now lives inside OpenAI's internal retrieval infrastructure.

Why did OpenAI acquire Rockset?

OpenAI needed better retrieval. Rockset's team had spent eight years building low-latency indexing and search over rapidly changing data, which is exactly the problem OpenAI faces when grounding models in fresh enterprise content. The deal bought both the engineering team and a mature indexing engine rather than a customer base.

Who founded Rockset?

Rockset was founded in 2016 by Venkat Venkataramani and Dhruba Borthakur, both formerly of Facebook. Dhruba created RocksDB, the embedded key-value store that underpins a large share of modern databases, and that lineage shaped Rockset's storage design.

What was Rockset's Converged Index?

The Converged Index stored every field three ways at once: a row index, a column index, and an inverted search index. That removed the usual need to pick between point lookups, aggregations, and search, and it let teams query semi-structured JSON without defining a schema up front.

What is the best Rockset alternative?

For most analytics workloads, ClickHouse Cloud is the default replacement on raw speed and cost. Tinybird is the closest match if you valued Rockset's developer experience and instant API endpoints. StarRocks and Apache Pinot fit high-concurrency user-facing analytics, and SingleStore suits mixed transactional plus analytical workloads.

Did Rockset customers get refunds?

Yes. Rockset offered pro-rated credits and refunds for prepaid contracts and worked with enterprise customers on individual migration timelines through the September 30, 2024 end-of-service date. Self-serve users simply lost access when the service ended.

Can I still export data from Rockset?

No. Export tooling was available only during the 2024 migration window. Any collections not exported before September 30, 2024 are gone. If you still have an old export, it will be newline-delimited JSON that loads cleanly into ClickHouse, DuckDB, or BigQuery.

Is Rockset open source?

Rockset itself was never open source, though it was built on top of the open-source RocksDB storage engine. Because the service was closed and cloud-only, there is no community fork to run today. Teams wanting a similar open engine usually land on ClickHouse, StarRocks, or Apache Pinot.