Since: 3.7 Root document: https://www.tarantool.io/en/doc/latest/platform/ddl_dml/tuple_compression/ The format field compression can now be specified in a table form with compression options specified. Examples: - `compression = 'lz4'` - `compression = {'lz4'}` - `compression = {'lz4', acceleration = 1000}` - `compression = {'zlib', level = 6, mem_level = 8}` Requested by @mkostoevr in https://github.com/tarantool/tarantool-ee/commit/e0fa2b4d337290ae42df9b25e765e0be985fff86.