Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The GitHub repository global-data-in-rust has a guide explaining how to use "global data" in Rust.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The GitHub repository global-data-in-rust has a guide explaining how to use "global data" in Rust.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Protobuf is best for message serialization. Some companies (e.g., Google) also use it extensively for disk serialization.
FlatBuffers has better CPU performance.
Apache Parquet is the most popular binary …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Trino is a distributed SQL query engine for big data. It is formerly known as PrestoSQL.
ZetaSQL is a customized SQL dialect, along with parser and analyzer, that Google …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Apache Arrow Flight is the future protocol for querying Databases! It use columnar data and leverages Apache Arrow to avoid unnecessary copy of data, which makes it able to query large …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Xoriant Open Source Contribution to Apache Arrow – JDBC Adapter
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Amazon S3
Google Cloud Storage