March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi!
Can you share with me situations where the functions Table.Buffer is recommended? Or some scenarios, you used this function successfully.
Hi, if you need to use the same table multiple times in your data transformation process, buffering it can save processing time (better performance) by loading the data into memory once and then referencing it multiple times.
For example when joining large tables, buffering the larger table can be beneficial to avoid unnecessary data refreshes during the join operation:
In this example, before using the main table for merging, we have first buffered it to expedite the merge process. By buffering the table, the merge operation becomes faster due to reduced data retrieval and improved in-memory processing efficiency.
Of course it has other applications as well.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.