InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Mysql-5.6 Alternatives
Similar projects and alternatives to mysql-5.6
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
Outline
The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible.
-
cockroach
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
-
yugabyte-db
YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
nextra
Simple, powerful and flexible site generation framework with everything you love from Next.js.
-
-
-
-
docmost
Docmost is an open-source collaborative wiki and documentation software. It is an open-source alternative to Confluence and Notion.
-
-
-
-
edgelessdb
Discontinued EdgelessDB is a MySQL-compatible database for confidential computing. It runs entirely inside a secure enclave and comes with advanced features for collaboration, recovery, and access control.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
mysql-5.6 discussion
mysql-5.6 reviews and mentions
-
Lies I was told about collab editing, Part 1: Algorithms for offline editing
The other dark side of implementations using CRDTs is the infrastructure load. I wrote about this [0] in depth previously, and Supabase wrote an article [1] a couple of years ago about a CRDT extension for Postgres which I'm happy to discover agrees with my empirical findings.
If you're going to use CRDTs, do yourself a favor and either use Redis or similar (though the amount of memory being consumed is painful to think about), or MyRocks [2] (or anything else based on RocksDB / LevelDB). Whatever you do, do _not_ back it with an RDBMS, and especially not Postgres.
[0]: https://news.ycombinator.com/item?id=40834759
[1]: https://supabase.com/blog/postgres-crdt
[2]: http://myrocks.io
- Show HN: I am building an open-source Confluence and Notion alternative
-
Jonathan Katz: Thoughts on PostgreSQL in 2024
RocksDB is a fork of Google's LevelDB, a KV store using Log Structured Merge Tree (LSM tree) which is great for high write workloads. The MySQL storage engine that uses RocksDB is called MyRocks[0].
[0] http://myrocks.io/
-
High Performance Embedded Key-Value Store
This is much lower-level than sqlite. In fact, you could use this as the storage layer for a SQL database. See, e.g., MyRocks[0] which is a MySQL backend that uses RocksDB as the storage layer.
[0] http://myrocks.io/
-
FOQS: Making a distributed priority queue disaster-ready
> given how much $FB has benefited from running the entirety of the worlds largest social graph on top of MySQL.
They've contributed quite a lot back to the MySQL community, I thought? MyRocks comes to mind
http://myrocks.io/
-
Leaving MySQL
as we are all discussing the pros and cons of various DBs, my favourite MySQL feature has to be the pluggable storage engines. Being able to support both InnoDB and RocksDB backed tables in the same database is wonderful. Just today I made use of the MyRocks storage engine's handy TTL [1] feature instead of a tedious delete & optimise scheduled job
[1]https://github.com/facebook/mysql-5.6/wiki/Time-to-Live-%28T...
-
Microsoft Introduces EdgelessDB: A Database Designed for Confidential Computing
Note: while it is based on MariaDB, it replaces InnoDB (the MariaDB/MySQL storage engine) with MyRocks (which is based on RocksDB), and as a consequence it is missing some features (such as foreign keys[1]) that prevent it from being usable in many applications.
[1] https://github.com/facebook/mysql-5.6/wiki/MyRocks-limitatio...
- Is Flutter a good choice for my social network app?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 18 May 2025
Stats
facebook/mysql-5.6 is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of mysql-5.6 is C++.