Decomposition Storage Model (Columnar)
TileDB supports columnar format for different attributes stored in arrays.
Multi-version Concurrency Control (MVCC)
Reads and writes in TileDB are independent
Dictionary Encoding Run-Length Encoding
TileDB supports the following compressors: GZIP, Zstandard, LZ4, RLE, Bzip2, and Double-delta. Double-delta is a compressor created for TileDB, and is similar to Facebook's Gorilla system.
https://github.com/TileDB-Inc/TileDB
https://people.csail.mit.edu/stavrosp/papers/vldb2017/VLDB17_TileDB.pdf
TileDB Inc, Intel Labs
2017
TileDB Inc