[
https://issues.apache.org/jira/browse/IGNITE-9637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16621868#comment-16621868
]
ASF GitHub Bot commented on IGNITE-9637:
----------------------------------------
GitHub user pavel-kuznetsov opened a pull request:
https://github.com/apache/ignite/pull/4796
IGNITE-9637: Suite for data load benchmarks
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9637
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4796.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4796
----
commit 6dfea795a7628c44b930b4f7cb097725e5d2260d
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-09-19T11:09:54Z
ignite-9637: added indexes.
"--idx-count" handles how many indexes there is in the data model.
commit 71e93a1b32e18fb05183570875d3b6f8646cbfd9
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-09-19T12:07:17Z
ignite-9637: native putAll benchmark.
commit 6f40922d883f38cf54abdca2bcada4a0b1fc5c55
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-09-19T15:13:40Z
ignite-9637: benchmark configuration draft.
Created configuration for data load benchmarks run that contains one run of
each benchmark with some "common" parameters.
commit 27bbd1e3bc1d2440f796769d9ba1ba6da712dad7
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-09-19T18:11:56Z
ignite-9637: fixed streaming "ordered" option.
"ordered"/"" instead of "ordered on"/"ordered off".
By default ordered is now turned off.
----
> 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)