You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Kuznetsov (JIRA)" <ji...@apache.org> on 2018/04/09 14:58:00 UTC

[jira] [Created] (IGNITE-8186) SQL: Create test base to cover sql by features with flexible configuration

Pavel Kuznetsov created IGNITE-8186:
---------------------------------------

             Summary: SQL: Create test base to cover sql by features with flexible configuration
                 Key: IGNITE-8186
                 URL: https://issues.apache.org/jira/browse/IGNITE-8186
             Project: Ignite
          Issue Type: Task
          Components: sql
            Reporter: Pavel Kuznetsov
            Assignee: Pavel Kuznetsov


We need to cover sql feature by feature.
We need to be able to run the same test cases with different configurations.

At the moment configurations in scope:
1) Inmemory/persistence
2) Distributed joins: on/off 
3) Cache mode: PARTITIONED/REPLICATED

Features in scope:
1) Simple SELECT
2) JOIN (distributed and local)
3) GROUP BY

Data model:
Employee (1000)
Department (50-100)

Status of distributed joins affects affinity key of data model.

Test cluster should contain 1 client and 2 server nodes.



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