zjureel opened a new pull request, #320: URL: https://github.com/apache/flink-table-store/pull/320
In this PR, we add micro benchmarks module in flink table store. The module contains sets of micro benchmarks designed to run on a single machine to help flink table store developers assess performance implications of their changes. We add two benchmarks in this PR 1. Merge tree reader benchmark To performance the scan operation in `MergeTreeReader`, we first write 50*50000 records by `MergeTreeWriter` and scan all the data by `MergeTreeReader`, then we collect the latency of each scan. 3. Merge tree writer benchmark To performance the write operation in `MergeTreeWriter`, we statistics throughput of `MergeTreeWriter.write` with compaction. We rename `flink-table-store-benchmark` to `flink-table-store-cluster-benchmark` and add new module named `flink-table-store-micro-benchmarks` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org