Storage engines A storage engine is a set of low-level routines which actually store and retrieve tuple values. Tarantool offers a choice of two storage engines: memtx is the in-memory storage engine used by default. vinyl is the on-disk storage engine. All the details on the engines you can find in the dedicated sections: Storing data with memtx Storing data with vinyl Difference between memtx and vinyl storage engines