You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:19:20 UTC

[jira] [Created] (TRAFODION-987) LP Bug: 1419922 - default stmt.FetchSize is 1 for T2, should be same as T4 which is 100

Alice Chen created TRAFODION-987:
------------------------------------

             Summary: LP Bug: 1419922 - default stmt.FetchSize is 1 for T2, should be same as T4 which is 100
                 Key: TRAFODION-987
                 URL: https://issues.apache.org/jira/browse/TRAFODION-987
             Project: Apache Trafodion
          Issue Type: Bug
          Components: client-jdbc-t2
            Reporter: Aruna Sadashiva
            Assignee: kai-hua.xu
            Priority: Critical
             Fix For: 1.1 (pre-incubation)


stmt = conn.createStatement();
System.out.println("stmt fetchsize is " + stmt.getFetchSize());

FetchSize property of Statement has default value of 100 for T4 driver, but 1 for T2 driver. Should be 100 for T2 too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)