Storage engines
A storage engine is a set of low-level routines which actually store and retrieve tuple values. Tarantool offers a choice of the following storage engines:
- memtx is the in-memory storage engine used by default.
- vinyl is the on-disk storage engine.
- memcs is a columnar storage engine optimized for analytical workloads.
All the details on the engines you can find in the dedicated sections: