[
https://issues.apache.org/jira/browse/IGNITE-9637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16629596#comment-16629596
]
Pavel Kuznetsov commented on IGNITE-9637:
-----------------------------------------
added 1 missed benchmark (native sql insert) added thick driver to
configuration.
runned on aws with 2 servers and 1(2 in case of native benchmarks) clients
||Configuration ||Avg (ops/sec)||
|RELEASE-upload-native-putAll |3,862.24|
|RELEASE-upload-native-put |157,256.65|
|RELEASE-upload-native-streamer |2,161.86|
|RELEASE-upload-native-sql-insert |195,163.52|
|RELEASE-upload-jdbc-thin-copy |12,325.41|
|RELEASE-upload-jdbc-thin-streaming |2,875.94|
|RELEASE-upload-jdbc-thin-insert |276,875.17|
|RELEASE-upload-jdbc-v2-insert |197,233.92|
|RELEASE-upload-jdbc-thin-batched-insert |35,139.98|
|RELEASE-upload-jdbc-v2-batched-insert |195,218.65|
[~vozerov] Could you please take a look at the patch?
> SQL: Create suite for data load benchmarks
> ------------------------------------------
>
> Key: IGNITE-9637
> URL: https://issues.apache.org/jira/browse/IGNITE-9637
> Project: Ignite
> Issue Type: Bug
> Reporter: Pavel Kuznetsov
> Assignee: Pavel Kuznetsov
> Priority: Major
>
> We want to have benchmark suite that measures how long it takes to upload
> data to server.
> There is existing benchmark code in org.apache.ignite.yardstick.upload
> package
> 1) Improve data model:
> - Add indexes to data model. Number of indexes should be configurable.
> - Add missing benchmark that performs putAll
> 2) Define parameters to use in benchmarks
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)