Re: Decrease HTTP chattiness?

2018-05-23 Thread Josh Elser
Yeah, as Francis says, this should already be exposed via the expected JDBC APIs. Kevin -- can you share more details about what version(s) you're running? A sample program? If you're running a new enough version, you can set the following log level via Log4j

Re: Decrease HTTP chattiness?

2018-05-21 Thread Francis Chuang
I am not familiar with the JDBC driver, but Phoenix uses Avatica[1] under the hood. The protobuf documentation does state that it's possible to control the number of rows returned in each response. See frame_max_size under the FetchRequest[2] message. This may be something that you can set in

Decrease HTTP chattiness?

2018-05-21 Thread Kevin Minder
It is possible to decrease the chattiness of the Phoenix JDBC driver operating in HTTP mode? We've tried using stmt.setFetchSize() but this appears to be ignored. As it stands new we appear to be getting about 100 rows per POST which presents a number of throughput issues when the results can be