Database Reference
In-Depth Information
easily managed. As you'll see, there are a handful of major considerations to keep in mind
when choosing a serialization format, including:
Data size
How much space does your data take up in memory or on disk?
Read/write speed
How long does it take a computer to read/write your data?
Human readability
Can humans make sense out of your serialized data without outside assistance?
Ease of use
How hard is it to write or read data in this format? Do you need to share special files or
tools with other folks who want to read your data?
Avro
License
Apache License, Version 2.0
Activity
Medium
Purpose
Data Serialization
Official Page
http://avro.apache.org
Hadoop Integration API Compatible
 
Search WWH ::




Custom Search