diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md index e347754055e799ccbe65d012ffa543a2c58b62a5..d7b205c2fa0dfb93e082edaa573f1d3951384c69 100644 --- a/docs/sql-programming-guide.md +++ b/docs/sql-programming-guide.md @@ -1820,6 +1820,7 @@ the Data Sources API. The following options are supported: register itself with the JDBC subsystem. </td> </tr> + <tr> <td><code>partitionColumn, lowerBound, upperBound, numPartitions</code></td> <td> @@ -1831,6 +1832,13 @@ the Data Sources API. The following options are supported: partitioned and returned. </td> </tr> + + <tr> + <td><code>fetchSize</code></td> + <td> + The JDBC fetch size, which determines how many rows to fetch per round trip. This can help performance on JDBC drivers which default to low fetch size (eg. Oracle with 10 rows). + </td> + </tr> </table> <div class="codetabs">