mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Allows generating an sstable based on a JSON description of its content. Uses identical schema to dump-data, so it is possible to regenerate an existing sstable, by feeding the output of dump-data to write. Most of the scylladb storage engine features is supported, with the exception of the following: * counters * non-strictly atomic types, including frozen collections, tuples or UDTs.