在sharepoint在线页面中处理并发 [英] Handle concurrency in sharepoint online page

查看:72
本文介绍了在sharepoint在线页面中处理并发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我已经创建了一个共享页面。页面的数据从DB加载。我正在使用BCS列表来连接外部内容类型。该页面还会更新数据的数据库。 


许多人正在访问该页面,因此,页面加载速度变慢,并且将数据保存到数据库变得缓慢或有时挂起。


任何澄清让我知道


请相应建议。


谢谢




   


解决方案


因为你需要高性能在这种情况下,我建议您在CRUD中创建SharePoint加载项/加载项部分,然后您可以实现更多逻辑(例如过滤器/分页)以获得更好的
性能。


您可以查看下面的线程,其中显示了如何创建SharePoint提供程序托管加载项以访问数据在Azure DB中。


https ://www.c-sharpcorner.com/UploadFile/a30324/provider-hosted-sharepoint-add-in-with-sql-database-in-azure/
 


最好的问候,



Hi,

I have created a sharepaoint page. The data to the page is loaded from the DB . I am using BCS lists for connecting to the external content type. The page also updates the DB for the data. 

Many people are accessing the page , Hence , the loading of the page becomes slow and the saving of the data to the DB becomes slow or hangs sometimes.

Let me know for any clarifications

Please advice accordingly.

Thanks

   

解决方案

Hi,

As you need high performance for this scenario, I would suggest you create SharePoint add-in/add-in part to CRUD the data in DB, then you could implement more logic( such as filter/paging) for better performance.

You could check below thread which shows how to create SharePoint provider hosted add-in to access data in Azure DB.

https://www.c-sharpcorner.com/UploadFile/a30324/provider-hosted-sharepoint-add-in-with-sql-database-in-azure/  

Best Regards,

Lee


这篇关于在sharepoint在线页面中处理并发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆