Sep 14, 2026 · by Svetlana Ragimova · View source

SereneDB

Ultra-Fast Search & Analytics Database, Agentic AI ready

SereneDB

Editorial analysis

The Search Stack You Ignore Is Quietly Setting Your Margin

Cross-border sellers obsess over ad spend, creative, and supplier terms, then hand their entire operational backbone to a search layer most of them never chose deliberately. Every time you pull a keyword report, reconcile a returns log, or query two years of order history, something has to search and aggregate that data fast. The launch of SereneDB Krummelanke matters to operators not because you’ll deploy it tomorrow, but because it exposes how badly the incumbents have been coasting — and that complacency is baked into the tooling you already rent. When a two-person team can fuse full-text search and columnar analytics in one Postgres-compatible engine, the vendors charging you per-seat for half that capability should be nervous.

What Problem SereneDB Actually Solves

Strip away the launch-day enthusiasm and the core claim is narrow and testable: one engine, one node, on ordinary hardware, doing sub-second full-text search plus fast columnar analytics over billions of records. The company is SereneDB, co-founded by CEO Alexander Malandin and CTO Andrey Abramov, who’ve known each other roughly seventeen years. Abramov has been building search engines since 2012, starting with log storage at Quest Software, where he says a crude Lucene prototype answered in milliseconds what relational tricks had been failing at for a month. That origin story is the whole thesis: search engines, in his telling, “still intersect posting lists the exact same way they did when I started.”

The practical pitch is that you no longer need a separate search cluster and a separate analytics warehouse. The index sits over data on object storage, so the hot working set stays small and, in their framing, the cloud bill stays minimal. It’s open source, Postgres-compatible, and the makers claim a solo builder with a coding assistant can deploy it in an afternoon. That last point is doing a lot of work — it’s the difference between a database you evaluate and a database you actually run.

Why this is a data-volume story, not a features story

The hunter, Svetlana Ragimova, frames it as democratization: PubMed’s 37 million abstracts, NOAA climate records from 100,000+ stations, every Mars rover photo — searchable and analyzable “on an ordinary VM, by one person with a coding assistant.” For a seller, swap those datasets for your own: years of order lines, ad performance rows, review text, supplier messages, and returns reasons. The bottleneck most mid-market operators hit isn’t storage cost, it’s that querying across all of it means stitching together three tools that each want their own cluster.

How It Differs From What You’re Probably Running

The benchmark is the interesting part, because it’s the part you can argue with. SereneDB published SearchBench, which they describe as 92 real queries over 100 million, 1 billion, and 10 billion records, every engine tuned with public configs, every result on a live board. The named comparison set is Elasticsearch, OpenSearch, ClickHouse, the Postgres search extensions, and vanilla Postgres. They explicitly invite you to file a PR if you think a config is unfair and they’ll rerun it.

The claimed highlights, per Abramov’s launch comment: vanilla Postgres “couldn’t return 63 out of 92 queries at 100 million records”; Elasticsearch at 1 billion records, in its best of four configurations, “averages about 3x behind us”; and ClickHouse at 10 billion records “can’t run the 22 relevance-ranked queries at all and times out on 22 more,” while beating SereneDB on 8. Note the intellectual honesty in that last clause — they published the queries they lose. That’s the kind of thing you should demand from every vendor whose benchmark lands in your inbox.

When a commenter asked directly about Elasticsearch on large production workloads, Malandin pointed to the benchmark and added that petabyte-scale support exists today only in federated deployments, with a clustered system “coming next year.” That’s a material caveat, and I’ll come back to it.

Why Amazon sellers should care more than Shopify ones

If you run a lean Shopify DTC brand, your data volume is probably small enough that Postgres plus a hosted search add-on is fine, and you should ignore this launch. The calculus flips for Amazon FBA brand owners and multi-marketplace operators. You’re reconciling Amazon Seller Central reports, ad console exports, TikTok Shop order streams, and Temu or SHEIN payout files across regions. The moment you want relevance-ranked search over review text and columnar aggregation over SKU-level margin in the same query, you’re exactly the user this engine is aimed at — and exactly the user currently paying for two clusters.

Where the math breaks

Disk-space compression is the sleeper feature. A commenter asked what the downside is to saving roughly 10x the disk space versus Elasticsearch, and Malandin’s answer was that there’s no downside — compressed data moves from storage to RAM faster, which improves performance. That’s a plausible mechanism, and it’s covered in their adaptive posting lists write-up. But “no downside” is the kind of absolute a senior operator should treat as a claim to test, not a fact to bank. Compression usually trades CPU for I/O, and the trade only wins when your query mix is I/O-bound. Run your own workload before you believe it.

What Cross-Border Sellers Should Borrow From This

You don’t need to migrate anything to extract value here. Three transferable lessons:

1. Audit whether you’re paying for two engines to do one job. Most sellers I talk to run a transactional database for orders and a separate search or BI tool for reporting, then pay an integration layer to keep them in sync. That sync is where your data goes stale and where your analyst’s week disappears. Before you shop for a replacement, measure how much of your stack exists purely to move data between systems that could theoretically be one system.

2. Demand public, reproducible benchmarks from every tool vendor. SereneDB’s move — open configs, open raw results, a standing invitation to file a PR — is the standard you should hold Helium 10, Klaviyo, and every “AI-powered insights” dashboard to. If a vendor won’t show you the query set and the configs, their speed claim is marketing.

3. Treat “deployable in an afternoon” as a real selection criterion. The reason this launch resonates is that it collapses the gap between evaluating infrastructure and running it. For a seller with one technical hire and a coding assistant, the tools that win are the ones that don’t require a platform team. That’s true for databases and equally true for your Shopify apps and fulfillment integrations.

The vibecoding angle is not a gimmick

Ragimova’s comment — that she has a CS master’s but forgot how to code, and now pastes a line into Claude Code, connects the docs MCP, and works — is the most operator-relevant sentence in the whole thread. The distribution channel for infrastructure has changed. Tools that ship a clean docs MCP and a one-line install get adopted by people who would never have stood up a search cluster five years ago. If you’re a seller building internal tooling, this is your template: make the first successful query take minutes, not a sprint.

Where My Judgment Says It Falls Short

The clustering gap is the real story. “Federated deployments now, clustered system in the coming year” means the petabyte-scale, high-availability story is a roadmap item, not a product. If you’re a large marketplace aggregator or a brand doing serious multi-region volume, you are not the customer yet. You’re the beta test.

Open source is not the same as free to operate. Giving away an enterprise-grade engine is genuinely notable — one commenter called it “a big deal” — but the cost of a database is never the license. It’s the engineer who tunes it, the on-call rotation when it misbehaves, and the migration you’ll do when you outgrow it. A solo builder can deploy this in an afternoon; a seller with no technical staff cannot, full stop.

The benchmark’s query mix may not match yours. 92 queries over log-style and search-style data is a reasonable proxy, but e-commerce workloads are weird: heavy on time-windowed aggregations, skewed by seasonality, and full of messy joins between order, ad, and inventory tables. Nobody has published a benchmark on that shape of data. Until someone does, treat the headline speed numbers as directional.

The “no downsides” answer deserves scrutiny. I flagged this above and I’ll say it plainly: when a founder tells a commenter there are zero tradeoffs, that’s a signal to run your own test, not a reason to relax. The compression mechanism is credible; the absolutism is not.

The uncomfortable question nobody asked

If Postgres genuinely can’t return two-thirds of these queries at 100 million records, then a huge number of sellers are running reporting on a database that was never designed for it — and quietly accepting that their dashboards are slow because they assume that’s normal. That’s not a SereneDB problem. That’s a “you’ve been told this is fine” problem, and it’s worth ten minutes of your week.

What I’d Watch / Test Next

This week, do three concrete things. First, pull your last 12 months of order, ad, and returns data into a single local Postgres instance and time five queries you actually run — if they crawl, you’ve found your real bottleneck and it isn’t your ad account. Second, read the SearchBench board and check whether the query shapes resemble yours; if they don’t, note that the vendor’s numbers are directional for your use case. Third, if you have any technical capacity at all, spin up SereneDB Krummelanke from GitHub on a cheap VM and run one of your own queries against it — an afternoon of testing beats a month of reading launch threads.

Watch two signals over the next two quarters: whether the clustered release actually ships on the promised timeline, and whether independent operators publish benchmarks on e-commerce-shaped data. If both land, this stops being a curiosity and starts being a migration conversation. If neither does, it stays what it is today — a well-argued challenge to incumbents who’ve earned the scrutiny.

Ready to Create Your Own?

Join thousands of brands creating high-performing video ads with VEONIB. No editing skills required.

Start Creating for Free