Skip to main content

Glide performance plain data vs relations & look/roolups

  • May 8, 2022
  • 0 replies
  • 6 views

Ricardo11
Forum|alt.badge.img+16

Hello, I’m using Coupler to sync related and organized Airtable data to Google Sheets, on which my app is based. I’m wondering which approach is more performant:

  1. Sync all fields as plain data and thus increase the data set but avoid computation.
  2. Sync less data but instead use computation to relate tables for lookups and rollups.