Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor edits

...

RCFile stores table data in a flat file consisting of binary key/value pairs. It first partitions rows horizontally into row splits. , and then it vertically partitions each row split in a columnar way. RCFile first stores the metadata of a row split , as the key part of a record, and all the data of a row split as the value part.

...