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.040 | 0.017 | 0.016 |
1M records:
| Apache Arrow Flight SQL | SELECT | COPY |
|---|---|---|
| 0.364 | 0.162 | 0.152 |
10M records:
| Apache Arrow Flight SQL | SELECT | COPY |
|---|---|---|
| 2.053 | 1.706 | 1.603 |
INSERT100K records:
| Apache Arrow Flight SQL | INSERT | COPY |
|---|---|---|
| 0.661 | 0.622 | 0.265 |
1M records:
| Apache Arrow Flight SQL | INSERT | COPY |
|---|---|---|
| 7.028 | 5.956 | 2.915 |
10M records:
| Apache Arrow Flight SQL | INSERT | COPY |
|---|---|---|
| 97.898 | 86.678 | 50.889 |