[
https://issues.apache.org/jira/browse/ARROW-15229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477579#comment-17477579
]
Yibo Cai commented on ARROW-15229:
----------------------------------
*gRPC benchmark as base line*
{code:bash}
server:~$ release/arrow-flight-perf-server --server-host 10.10.222.102
Server location: grpc+tcp://10.10.222.102:31337
Server host: 10.10.222.102
Server port: 31337
client:~$ release/arrow-flight-benchmark -server_host 10.10.222.102
-num_streams=1 -num_threads=1 -records_per_stream=123456789
Testing method: DoGet
Using standalone TCP server
Server host: 10.10.222.102
Server port: 31337
Number of perf runs: 1
Number of concurrent gets/puts: 1
Batch size: 131071
Batches read: 30141
Bytes read: 3950617248
Nanos: 1359477570
Speed: 2771.36 MB/s
Throughput: 22171 batches/s
Latency mean: 44 us
Latency quantile=0.5: 3 us
Latency quantile=0.95: 14 us
Latency quantile=0.99: 1759 us
Latency max: 6513 us
{code}
> [C++][FlightRPC] Evaluate UCX/RDMA transport performance
> --------------------------------------------------------
>
> Key: ARROW-15229
> URL: https://issues.apache.org/jira/browse/ARROW-15229
> Project: Apache Arrow
> Issue Type: Task
> Components: C++, FlightRPC
> Reporter: Yibo Cai
> Assignee: Yibo Cai
> Priority: Major
>
> Evaluate FlgihtRPC UCX transport performance over 100Gb/RDMA network, based
> on https://github.com/lidavidm/arrow/tree/flight-ucx.
> cc [~lidavidm], will be great if you can give a stable branch (or commit id)
> for evaluation purpose.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)