TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: JSONBench, a Benchmark for Data Analytics on JSON

4 点作者 saisrirampur3 个月前
In the same spirit as ClickBench, one of the standard benchmarks for analytical databases, we are releasing JSONBench (<a href="https:&#x2F;&#x2F;jsonbench.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jsonbench.com&#x2F;</a>), a benchmark for JSON-based analytics in databases. Many databases, now natively support JSON data types to store and query unstructured data. You can use JSONBench to evaluate how these JSON types perform across databases. We are starting with 5 databases: ClickHouse, MongoDB, Elasticsearch, DuckDB, and PostgreSQL. Please feel free to contribute and add more databases.<p>Here is the official GitHub repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;ClickHouse&#x2F;JSONBench&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;ClickHouse&#x2F;JSONBench&#x2F;</a> and the detailed blog on JSONBench: <a href="https:&#x2F;&#x2F;clickhouse.com&#x2F;blog&#x2F;json-bench-clickhouse-vs-mongodb-elasticsearch-duckdb-postgresql" rel="nofollow">https:&#x2F;&#x2F;clickhouse.com&#x2F;blog&#x2F;json-bench-clickhouse-vs-mongodb...</a>.<p>Looking forward to hear your feedback on this project and how we can improve it!<p>Thank you, Sai Sriampur, ClickHouse

1 comment

stergiotis3 个月前
Impressive, love it, many thanks!<p>CedrarDB [0] (commercialization of Umbra [1] research DB) would be an interesting contender. The group creating Umbra researches on JSON representations in column stores, see [2].<p>[0] <a href="https:&#x2F;&#x2F;cedardb.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cedardb.com&#x2F;</a> (commerciUmbra) [1] <a href="https:&#x2F;&#x2F;umbra-db.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;umbra-db.com&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;db.in.tum.de&#x2F;~durner&#x2F;papers&#x2F;json-tiles-sigmod21.pdf" rel="nofollow">https:&#x2F;&#x2F;db.in.tum.de&#x2F;~durner&#x2F;papers&#x2F;json-tiles-sigmod21.pdf</a>