Sybase 的 AseClient for ADO.Net 2 相对于 ODBC 驱动程序的优势
我们有一个 ETL 进程,通过 ODBC“Adaptive Server Enterprise”驱动程序 v12.05 从 Sybase DB 读取数据
我想知道迁移到 .Net 2 Sybase.AdoNet2.AseClient.dll 是否有任何性能优势?
We have an ETL process that reads data from a Sybase DB via the ODBC "Adaptive Server Enterprise" driver v12.05
I'm wondering if there any any performance advantages specifically to migrating to the .Net 2 Sybase.AdoNet2.AseClient.dll ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为很明显,本机提供程序将比过时的 ODBC 更快。
检查这个进行类似的比较。
I think that it's obvious that the native provider will be faster than the outdated ODBC.
Check this for a similar comparison.