[译]AX 批处理作业 多线程并行——第四部分
William 10年前 (2017-03-15) 2434浏览 0评论
比较三种技术: 负荷均匀:对100,000笔,仅有一行的销售订单过账发票。捆大小为1,000。 负荷不均匀:对1000笔,介于1-500行不等的销售订单过账发票。捆大小为100。 大数据量:使用超过2百万个项目进行测试。下面的柱状图表明...
William 10年前 (2017-03-15) 2434浏览 0评论
比较三种技术: 负荷均匀:对100,000笔,仅有一行的销售订单过账发票。捆大小为1,000。 负荷不均匀:对1000笔,介于1-500行不等的销售订单过账发票。捆大小为100。 大数据量:使用超过2百万个项目进行测试。下面的柱状图表明...
William 10年前 (2017-03-15) 2679浏览 0评论
顶级采摘: 我们在捆绑中看到的问题是工作负载的不均匀分布。 该问题可以用“独立任务模式”来解决。 但是当有大量任务时,各个任务的框架开销又会非常严重,所以必须适当平衡两种模式。“Top Picking”是另一种批处理技术,将解决任务负荷分布不均的问题...
William 10年前 (2017-03-15) 2521浏览 0评论
独立任务模式 在这种情况下,通过为每个项目创建单独的线程来实现并行性。每个线程只包含一个项目。线程与项目之间为1:1映射关系。这将消除对项目进行预分配的时间消耗。由于每个项目由一个线程独立处理,负载分布将更加一致。此方法解决了将大量项目捆绑为一捆时,...
alirazazaidi 10年前 (2017-03-12) 1549浏览 0评论
With reference to blog.MSdn.Microsoft, New version for Microsoft Management Report for Dynamics Ax 2012 is now available. Y...
William 10年前 (2017-03-10) 1751浏览 0评论
Table of ContentsGet startedCost control mobile workspaceCost accounting analysis Power BI contentAdditional resources Term d...
William 10年前 (2017-03-10) 2145浏览 0评论
The emails notification will not be send if email template will not be set up on the workflow configuration: Depend on if the...
William 10年前 (2017-03-09) 3079浏览 0评论
Hi Folks, Many times we need to duplicate an standard object and do the required changes and system gives warning while renam...
William 10年前 (2017-03-09) 2846浏览 0评论
介绍 在本文中,作者描述了在AX 2012或 R2生产环境中进行权限更改操作时,可能引发“安全缓存抖动”。 除了详细解释这种情况如何发生之外,作者还讨论了一些最佳实践,以确保在生产环境中可以避免产生“安全缓存抖动”。 最后,作者总结了关于如何创建和维...
William 10年前 (2017-03-07) 2102浏览 0评论
Friends,Recently, I provisioned a brand new Dynamics 365 for Operations Environment with Update 3 (November 2016 update) ...
William 10年前 (2017-03-06) 2009浏览 0评论
With Dynamics 365 for operations, all the AX developers have to now work move away from MorphiX and accept the Visual studio ...
William 10年前 (2017-03-03) 2315浏览 0评论
Why we should use eventsIf it’s not clear to you yet what the actual benefit of eventing is I would like to note that i...
William 10年前 (2017-03-03) 2290浏览 0评论
As announced with the update 4, Microsoft will release monthly updates so that new and existing environments can stay up-to-d...
William 10年前 (2017-03-03) 2165浏览 0评论
Table of ContentsOverviewMonthly updatesEmbedded Power BI reports are licensed for all usersBuild and release workspaces...
William 10年前 (2017-03-02) 2321浏览 0评论
Visual Studio Team Services Marketplace contains a ton of jewels, and one add-in I like a lot is the Test & Feedback exte...
William 10年前 (2017-03-02) 2461浏览 0评论
Table of ContentsMobile workspaces that were released in January 2017Mobile workspace functionality that was released in Dece...
William 10年前 (2017-03-02) 2626浏览 0评论
Microsoft released the MPOS for Windows Phone a while ago and although a bit rough to install it works very well. Next step w...
William 10年前 (2017-02-27) 3623浏览 0评论
Hi Folks, Its been a long time to write any new post on AX. Here I’m back today. Since few months we all are trying the...
William 10年前 (2017-02-25) 2066浏览 0评论
Greetings!Wanted to share this exciting news which many customers were looking forward to - Having an on-premise deployment o...
alirazazaidi 10年前 (2017-02-25) 7276浏览 0评论
Let discuss real time scenario. In one of my custom SSRS report, Client wants to open Saleorder form by clicking on Customer ...
William 10年前 (2017-02-24) 1687浏览 0评论
Make sure you familiarize yourself with new (upcoming) deployment options for Dynamics 365 for Operations. In short, you&rsqu...