This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Why not Flight SQL? #1602
|
Are there any plans to add Arrow Flight SQL? I think HoraeDB usage cases will often be related to performance requirements. In this case, it would be very useful for many architectural solutions to add support for Flight SQL, since HoraeDB relies on Arrow technology to minimize serialization/deserialization of data. I've seen that the SDK uses its own gRPC services, which is also have great performance, but it seems like Flight RPC (SQL) would be logical to use. |
Answered by
jiacai2050
Dec 18, 2024
Replies: 1 comment
|
Sorry, we don't have plans for FlightSQL. HoraeDB is mainly used as a prometheus remote storage, so the main API to insert data is via remote write and query via remote read. |
0 replies
Answer selected by
kPusta19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, we don't have plans for FlightSQL.
HoraeDB is mainly used as a prometheus remote storage, so the main API to insert data is via remote write and query via remote read.