Performance question

Hi,

I’ve got a static sheet of around 8000 rows and want to join 2 columns together to display on the app. From a performance perspective - is it better to use the ‘Templates’ feature in Glide to generate a column of concatenated data or create a column straight into the sheets (using =CONCAT) and display that?

My unproven opinion would be to use a Template column. They are fast, server side, and it’s 8000 less cells for glide to have to transfer.

1 Like