Skip to content
New issue

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

获取结果集大小 #2

Open
ttyyzzqq opened this issue May 29, 2024 · 1 comment
Open

获取结果集大小 #2

ttyyzzqq opened this issue May 29, 2024 · 1 comment

Comments

@ttyyzzqq
Copy link

首先,感谢分享,工具很不错。
我有一个疑问,如果获取n行数据,m列。时间复杂度是不是就是到O(n*m)了。
这个对性能影响会比较大吧,这个也没办法异步了。

@zzusp
Copy link
Owner

zzusp commented Sep 20, 2024

考虑到性能影响,所以没有使用动态代理和反射,时间复杂度确实是O(n*m),但性能方面影响不会太大。
异步指的是哪方面?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants