- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Function Table.Buffer
Hi!
Can you share with me situations where the functions Table.Buffer is recommended? Or some scenarios, you used this function successfully.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
11-25-2022 06:26 AM | |||
12-06-2020 08:03 PM | |||
07-31-2024 06:28 AM | |||
01-29-2020 10:05 AM | |||
02-05-2025 11:48 AM |
User | Count |
---|---|
33 | |
18 | |
14 | |
11 | |
10 |