You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/28 11:36:00 UTC

[jira] [Commented] (IGNITE-9712) SQL: Select query benchmarks suite

    [ https://issues.apache.org/jira/browse/IGNITE-9712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16631730#comment-16631730 ] 

ASF GitHub Bot commented on IGNITE-9712:
----------------------------------------

GitHub user pavel-kuznetsov opened a pull request:

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

    IGNITE-9712: SQL Select query benchmarks suite

    Updated data model.
    Added new configuration file for select benchmarks.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-9712

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4866.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 #4866
    
----
commit 021b209dea0c424b96fe1c2ff8b184563c2c971c
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-09-27T15:04:25Z

    ignite-9712: Added selects with filter by indexed fields.
    
    Updated data model to use index on val field. Added flag that affects whether PK or indexed val field will be used in WHERE clause.

commit 7917e434522b80557d0b85e94864fa0c37963df5
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-09-27T15:37:23Z

    ignite-9712: Added configuration file for select benchmarks.
    
    range (1, 1000) x select mode (by PK, by val) x driver (native, thin, thick) = 12

commit 9d2bcba3f9a860e83c71c976f581abb967eaf21e
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-09-28T10:33:58Z

    ignite-9712: Fixed table name.

commit d0789416f75175ed7f06ab593251522e59a41071
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-09-28T11:29:43Z

    ignite-9712: fixed cfg names.

----


> SQL: Select query benchmarks suite
> ----------------------------------
>
>                 Key: IGNITE-9712
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9712
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Pavel Kuznetsov
>            Assignee: Pavel Kuznetsov
>            Priority: Major
>
> We need to create benchmark suite for select operations.
> We already have benchmarks for selects, so we need to update this code to support 
> 1) select the single row with by PK; indexed field
> 2) select the range of rows filtered with PK; indexed field
> Selects by non-indexed fields are out of scope.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)