cancel
Showing results for 
Search instead for 
Did you mean: 

Does ngdbc support fetchSize

0 Kudos
506

Hi all,

Do you know if the latest jdbc driver for hana (ngdbc.jar) supports fetchSize ? when we call setFetchSize of the preparedstatement like below, will this be regarded by the server?

stmt.setFetchSize(1000)

Regards,

Bai

View Entire Topic
selim_derouiche
Explorer
0 Kudos

Hello,

Yes it is supported for our config

You can check M_SQL_CLIENT_NETWORK_IO, with bigger fetchsize you got less rows in that table.