For mybatis3 runtime, how to generate query method for streaming operation ? #1170
Replies: 1 comment
-
I don't have an example, but you should be able to write a plugin for this. Also - MyBatis might not be the appropriate tool for a large export. Most database have native tools for export that are far more efficient. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for example
to export data of a big database table, we can't load them all in memory.
any example ?
Beta Was this translation helpful? Give feedback.
All reactions