Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
arccy
9 months ago
|
parent
|
context
|
favorite
| on:
OpenTelemetry protocol with Apache Arrow
better compression
https://opentelemetry.io/blog/2023/otel-arrow/
You don't do high performance without knowing the data schema.
odie5533
9 months ago
[–]
Is Arrow better than Parquet or Protobuf?
theLiminator
9 months ago
|
parent
|
next
[–]
Arrow is an in-memory columnar format, kinda orthogonal to parquet (which is an at-rest format). Protobuf is a better comparison, but it's more message oriented and not suited for analytics.
datadrivenangel
9 months ago
|
parent
|
prev
|
next
[–]
Not having to write to disk is great, and zero-copy in memory access is instant...
arccy
9 months ago
|
parent
|
prev
[–]
the blog post comparison is against OTLP which is protobuf
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
You don't do high performance without knowing the data schema.