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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)