.Net 数据访问与 Teradata 12.0 集成
我正在开发一个与 Teradata 数据库版本 12 集成的 .net 应用程序。目前,我们在 DAL 上使用 Odbc 来与数据库交互。
Teradata 最近推出了 .Net 托管提供商。我想知道是否有任何性能基准可用于将 ODBC 与 .Net 托管提供程序进行比较。有谁知道(根据经验)我们是否可以通过切换到 Teradata 的 .Net 托管提供商来获得显着的性能提升?
任何见解都将受到高度赞赏!
问候
交流
I have am working on a .net application that integrates with a Teradata database version 12. Currently, we are using Odbc at the DAL to interface with the database.
Teradata have come out with the .Net Managed provider recently. I was wondering if there are any performance benchmarks available to compare ODBC with the .Net Managed provider. Does anyone know (from experience) if we are likely to see any significant performance gain by switching to the .Net Managed Provider for Teradata?
Any insights are highly appreciated!
Regards
AC
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在此处找到使用 .Net 提供程序与从数据字典表返回 40,000 行的 ODBC 驱动程序之间的比较:Teradata SQL Assistant 13.10 第 2 版中的新增功能
从文章中可以看出,性能有了显着改善。当然,您的里程可能会有所不同。 :)
You can find a comparison between the use of the .Net provider and the ODBC driver returning 40,000 rows from a data dictionary table here: What's new in Teradata SQL Assistant 13.10 Edition 2
From what the article shows there is a noticeable improvement in performance. Of course your mileage may vary. :)