We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For many drivers with connection pools, the set variable may not work, so we should back to the hints mode:
set variable
select /*+ streaming */
The text was updated successfully, but these errors were encountered:
ACK
Sorry, something went wrong.
ACK select /*+ streaming */
Updated
proxy: add hint for streaming fetch radondb#619
eb7419d
[summary] Add hint for streaming fetch. select /*+ streaming */ [test case] src/proxy/query_test.go [patch codecov] src/proxy/query.go 88.6%
Merge pull request #621 from zhyass/feature_show
15b0251
proxy: add hint for streaming fetch #619
zhyass
No branches or pull requests
Summary
For many drivers with connection pools, the
set variable
may not work, so we should back to the hints mode:The text was updated successfully, but these errors were encountered: