Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-9344

[C++][Flight] measure latency quantile in flight benchmark

    XMLWordPrintableJSON

Details

    Description

      ARROW-9206 measures average latency in flight benchmark.
      In practice, latency quantile is necessary to show the whole picture of rpc performance. E.g., 99% quantile, max, median.
      A naive approach to save latencies of all batches is not applicable. Boost accumulator_set implements p square quantile algorithm which uses O(1) space with trivial computation overhead for each batch. It can be used in calculating latency quantiles.

      Attachments

        Issue Links

          Activity

            People

              yibocai Yibo Cai
              yibocai Yibo Cai
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 20m
                  1h 20m