You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2018/01/17 10:07:01 UTC

[jira] [Comment Edited] (IGNITE-6217) Add benchmark to compare JDBC drivers and native SQL execution

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

Taras Ledkov edited comment on IGNITE-6217 at 1/17/18 10:06 AM:
----------------------------------------------------------------

[~pkouznet], my comments
1. {{AbstractJdbcBenchmark#findThinAddr}} please don't use [abbreviations|https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines#CodingGuidelines-Abbreviations] for methods name.
2. {{NativeSqlInsertDeleteBenchmark}} unused local variable.
3. Why we have only combined insert + delete benchmark is it impossible to separate it?
4. I suggest to remove configuration for select ALL range for all SELECT benchmarks. This operation is long and benchmark run will be failed by timeout.
We have to patch yardstick to benchmark long operations.
5. I cannot find new configurations to perform *insert-delete* and *update* benchmarks  for JDBC v2.


was (Author: tledkov-gridgain):
[~pkouznet], my comments
1. {{AbstractJdbcBenchmark#findThinAddr}} please don't use [abbreviations|https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines#CodingGuidelines-Abbreviations] for methods name.
2. {{NativeSqlInsertDeleteBenchmark}} unused local variable.
3. Why we have only combined insert + delete benchmark is it impossible to separate it?
4. I suggest to remove configuration for select ALL range for all SELECT benchmarks. This operation is long and benchmark run will be failed.
We have to patch yardstick to benchmark long operations.
5. I cannot find new configurations to perform *insert-delete* and *update* benchmarks  for JDBC v2.

> Add benchmark to compare JDBC drivers and native SQL execution
> --------------------------------------------------------------
>
>                 Key: IGNITE-6217
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6217
>             Project: Ignite
>          Issue Type: Task
>          Components: jdbc, sql, yardstick
>    Affects Versions: 2.1
>            Reporter: Taras Ledkov
>            Assignee: Pavel Kuznetsov
>            Priority: Major
>
> We have to compare performance of the native SQL execution (via Ignite SQL API), JDBC v2 driver, that uses Ignite client to connect to grid and JDBC thin client.



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