Forum Discussion

JeffWeir's avatar
JeffWeir
Advocate V
7 years ago
Solved

Understanding why Table.Buffer makes a difference in dependency chain

I understand from Google that using Table.Buffer is often a good idea when multiple steps within a query will be referencing the same Table. But it seems from my experimentations that it's also a goo...