mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update capnproto.rst
This commit is contained in:
parent
0d942a69c5
commit
08d6051f5d
@ -16,6 +16,6 @@ When the schema file looks like:
|
|||||||
c @1 :Uint64;
|
c @1 :Uint64;
|
||||||
}
|
}
|
||||||
|
|
||||||
Deserialisation is almost as efficient as the binary rows format, with typically zero allocation overhead per message.
|
Deserialization is almost as efficient as the binary rows format, with typically zero allocation overhead per message.
|
||||||
|
|
||||||
You can use this format as an efficient exchange message format in your data processing pipeline.
|
You can use this format as an efficient exchange message format in your data processing pipeline.
|
Loading…
Reference in New Issue
Block a user