Skip to content

Commit 0459da4

Browse files
authored
Update README.md
1 parent 107318b commit 0459da4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ A single file can weight between tens of MB to a few GB. Lots of small files req
106106
- [Apache Parquet](https://parquet.apache.org/) - Column-oriented serialization for data storage purpose.
107107
- [Apache Thrift](https://thrift.apache.org/) - Row-oriented serialization for RPC purpose.
108108
- [Google Protobuf](https://protobuf.dev/) - Row-oriented serialization for RPC purpose.
109+
- [Cap’n Proto](https://capnproto.org/) - Row-oriented serialization with zero-copy access, as fast as mmap.
110+
- [Flatbuffer](https://flatbuffers.dev/) - Row-oriented serialization with zero-copy access, as fast as mmap.
109111
- [Schema Registry](https://docs.confluent.io/platform/current/schema-registry/index.html) - Centralized repository for validating row-oriented events. Part of Kafka and Confluent platform.
110112

111113
### Open table formats

0 commit comments

Comments
 (0)