Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGNITE-6217 Add benchmark to compare JDBC drivers and native SQL execution #2558

Closed
wants to merge 77 commits into from

Conversation

tledkov
Copy link
Contributor

@tledkov tledkov commented Aug 31, 2017

No description provided.

delete.executeUpdate();
}
catch (Exception ign){
// collision occurred, ignoring
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to log/count collisions?

}

try (FieldsQueryCursor<List<?>> cursor =
((IgniteEx)ignite()).context().query().querySqlFieldsNoCache(qry, false)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it worth to move this code to parent class?

final FieldsQueryCursor<List<?>> execQuery(SqlFieldsQuery qry){
    return  ((IgniteEx)ignite()).context().query().querySqlFieldsNoCache(qry, false);
}

@asfgit asfgit closed this in 63f6b1f Feb 7, 2018
devozerov pushed a commit to gridgain/apache-ignite that referenced this pull request Mar 26, 2018
@tledkov tledkov deleted the ignite-6217 branch December 13, 2018 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants