See the README.md in the parent directory.
Here is a benchmark result on the following environment:
SELECT100K records:
| Apache Arrow Flight SQL | SELECT | COPY |
|---|---|---|
| 0.014 | 0.015 | 0.012 |
1M records:
| Apache Arrow Flight SQL | SELECT | COPY |
|---|---|---|
| 0.082 | 0.140 | 0.112 |
10M records:
| Apache Arrow Flight SQL | SELECT | COPY |
|---|---|---|
| 0.691 | 1.463 | 1.108 |
INSERT100K records:
| Apache Arrow Flight SQL | INSERT | COPY |
|---|---|---|
| 0.497 | 0.310 | 0.068 |
1M records:
| Apache Arrow Flight SQL | INSERT | COPY |
|---|---|---|
| 7.013 | 5.410 | 0.637 |
10M records:
| Apache Arrow Flight SQL | INSERT | COPY |
|---|---|---|
| 55.064 | 37.522 | 6.720 |