Does Trino support server-side cursors? #395
Replies: 1 comment 3 replies
-
From all I know cursors are not a construct with the SQL language and Trino does not support this. What are you actually trying to achieve? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the python client + sqlalchemy to query from trino. Does trino support server-side cursors? I tried adding
engine.connect().execution_options(stream_results=True)
but this was a no-op.Beta Was this translation helpful? Give feedback.
All reactions