You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by pavel-kuznetsov <gi...@git.apache.org> on 2018/09/20 11:42:28 UTC

[GitHub] ignite pull request #4796: IGNITE-9637: Suite for data load benchmarks

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 <pa...@...>
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 <pa...@...>
Date:   2018-09-19T12:07:17Z

    ignite-9637: native putAll benchmark.

commit 6f40922d883f38cf54abdca2bcada4a0b1fc5c55
Author: Pavel Kuznetsov <pa...@...>
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 <pa...@...>
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.

----


---

[GitHub] ignite pull request #4796: IGNITE-9637: Suite for data load benchmarks

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/4796


---