Avro vs. Parquet

后端 未结 7 989
自闭症患者
自闭症患者 2020-12-07 09:39

I\'m planning to use one of the hadoop file format for my hadoop related project. I understand parquet is efficient for column based query and avro for full

7条回答
  •  攒了一身酷
    2020-12-07 10:00

    Just for a description on Parquet, you can refer here: http://bigdata.devcodenote.com/2015/04/parquet-file-format.html

    I intend to write very soon on Avro and a comparison between the 2 as well. Will post it here once done.

提交回复
热议问题