• O
    Experiments on column-aware encodings · d51dc96a
    omegaga 提交于
    Summary:
    Experiments on column-aware encodings. Supported features: 1) extract data blocks from SST file and encode with specified encodings; 2) Decode encoded data back into row format; 3) Directly extract data blocks and write in row format (without prefix encoding); 4) Get column distribution statistics for column format; 5) Dump data blocks separated by columns in human-readable format.
    
    There is still on-going work on this diff. More refactoring is necessary.
    
    Test Plan: Wrote tests in `column_aware_encoding_test.cc`. More tests should be added.
    
    Reviewers: sdong
    
    Reviewed By: sdong
    
    Subscribers: arahut, andrewkr, dhruba
    
    Differential Revision: https://reviews.facebook.net/D60027
    d51dc96a
Makefile 47.4 KB