benchmarks VS toydb

Compare benchmarks vs toydb and see what are their differences.

toydb

Distributed SQL database in Rust, written as a learning project (by erikgrinaker)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
benchmarks toydb
1 16
0 5,905
- -
0.0 9.2
almost 3 years ago 4 days ago
Rust
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

benchmarks

Posts with mentions or reviews of benchmarks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-18.
  • ToyDB: Distributed SQL Database in Rust
    8 projects | news.ycombinator.com | 18 Jul 2021
    + The result of TB's architectural performance: the untuned write throughput of TB is ~ 2x faster than that of CH in the Rust driver bench, or ~70% faster by using CH own ```clickHouse-client``` command. Use [this parallel script](https://github.com/tensorbase/tools/blob/main/import_csv_to_...) to try it yourself!

    3. Thanks to the Arrow-DataFusion, TensorBase has supported good parts of TPC-H. [Untuned TPC-H Q1 result here](https://github.com/tensorbase/benchmarks/blob/main/tpch.md).

    4. In simple (no-groupby) aggregation, TensorBase is several times faster than ClickHouse. [Benchmark here](https://github.com/tensorbase/benchmarks/blob/main/quick.md).

    5. For complex groupby aggregations, recently we help to boost the speed of the TB engine to the same level of ClickHouse(not released, but coming soon).

    6. TB will soon supports MySQl wire protocol, distributed query, adaptive columnar storage optimization... Watch [issues here](https://github.com/tensorbase/tensorbase/issues)

    Finally, it is really great to build an AP database in Rust. Welcome to join!

    Disclaimer: I am the author of TensorBase.

toydb

Posts with mentions or reviews of toydb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-06.

What are some alternatives?

When comparing benchmarks and toydb you can also consider the following projects:

tensorbase - TensorBase is a new big data warehousing with modern efforts.

duckdb - DuckDB is an in-process SQL OLAP Database Management System

sled - the champagne of beta embedded databases

surrealdb - A scalable, distributed, collaborative, document-graph database, for the realtime web

tools

prql - PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement

gitplay - Learn how a software project (using git) evolved over time from its commit log. Its like YouTube for a git project. Desktop app built with Rust and SolidJS

bustub - The BusTub Relational Database Management System (Educational)

duckdb-rs - Ergonomic bindings to duckdb for Rust

talent-plan - open source training courses about distributed database and distributed systems

barrel - 🛢 A database schema migration builder for Rust