简体   繁体   English

X++ 中 RecordInsertList/RecordSortedList 的最大大小(行)是多少

[英]What is the maximum size (row) of RecordInsertList/RecordSortedList in X++

I have a requirement to improve performance of an D365FO excel import with one of our clients.我需要与我们的一位客户一起提高 D365FO excel 导入的性能。 The development was done by another developer.开发是由另一位开发人员完成的。 I'm considering using RecordInsertList to reduce the trips to the DB since the records being imported are so many (8000+).我正在考虑使用 RecordInsertList 来减少对数据库的访问,因为要导入的记录太多(8000+)。 Currently the import is taking more than ever.目前,进口比以往任何时候都多。

Now what I'm not sure is the size of the RecordInsertList/RecordSortedList, will accommodate the all these records once or another work around could help.现在我不确定 RecordInsertList/RecordSortedList 的大小是否可以容纳所有这些记录,或者其他解决方法可能会有所帮助。

NB: I cannot use DMF since there are calculations that are done on-importing this file.注意:我不能使用 DMF,因为在导入此文件时会进行一些计算。

I think I got something here .我想我得到了一些东西

There is no limit to the size of a RecordSortedList object, but they are completely memory-based, so there are potential memory consumption problems. RecordSortedList object 的大小没有限制,但它们完全基于内存,因此存在潜在的 memory 消耗问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM