visual c++ - Cassandra SSTables: how to read in c++? -
what structure of sstable files? how can read sstables in c++ application?
it's internal implementation detail, subject change. (e.g., changed in 1.2.0, 1.2.5, , 2.0.0, major releases before that.)
the best way see written @ sstablewriter.append; read path scattered here , there, write path goes through 1 method.
Comments
Post a Comment