Introduction #
Amelie is a lightweight, full-featured, in-memory OLTP SQL relational database that allows full parallelization and lockless transaction processing. It scales linearly with the number of CPU cores both for IO and Compute separately, performs automatic partitioning, and generates parallel group plans for all types of queries.
Amelie has support for Hot Backup and Async Logical Replication, which allows fault-tolerant primary-replica setups to be created.
The SQL commands can be executed, or data can be imported using the HTTP API or CLI.
Learn more about How It Works and Get Started.