「遅延実行」すると、大規模データの処理が速くなる?

こんばんは
UiPath Studio 2025.0.167STS Community editionのユーザーです。

最近、IEnumerable(Of DataRow)変数には、データの操作が実際に使用されるまで行われない「遅延実行」という仕組みがあることを知りました。
効果がいまひとつ分かりにくいですが、「遅延実行」すると、大規模データの処理が速くなるという認識で合っていますか?

Hi @gorby San

Indeed, You’re absolutely right. It means the data isn’t touched until you actually use it. This was make large-scale processing faster by avoiding extra work or memory usage for me.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.