Maximum Rows to Return The max rows to return field specifies how many rows to return for an SQL query. When using the RazorSQL bridge, handles to database connections are acquired and released for every SQL call. Because of this, RazorSQL can only do one fetch per query. The number specified in the max rows to return field tells RazorSQL the maximum number or rows to fetch per query. Making this number too high may cause performance slowdowns. |
|