Tag: rocksdb

  • IOTA IRI rocksdb data storage structure

    IOTA IRI rocksdb data storage structure

    0x1 Overview In IOTA IRI, it uses rocksdb as its database with column family to separate different data stored. Here is the introduction about the IRI rocksdb data storage structure and how to manipulate in Python. 0x2 Column Families In IOTA rocksdb, just think column families as a sheet to separate data stored. No high technique…