本文介绍了SQL / Oracle适配器性能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在业务流程中使用SQL Adapter从数据库中获取数据。轮询间隔设置为20秒。
SQL存储过程用于SQL适配器配置。 SP获取数据并在选择后将数据标记为已读取。
我想知道,
1)这会妨碍性能,因为Biztalk每隔20秒进行一次轮询和重新制作吗? br> 2)如何使用SQL Adapter提高性能。
我对Oracle Adapter也有同样的问题。
。Nilesh
解决方案
Hi,
I'm using SQL Adapter in the orchestration to fetch the data from the database. The polling interval is set to 20 Sec.
SQL stored procedure is used in SQL adapter configration. SP fetches the data and marks the data as read after select.
I would like to know,
1) Would this hamper the performance as Biztalk is polling and repolling after every 20 sec?
2) How to improve the performace using SQL Adapter.
I have the same questions for Oracle Adapter as well.
.Nilesh
解决方案
这篇关于SQL / Oracle适配器性能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!