Big Tables shared between apps - Google Sheets as an alternative

Hi folks,

We’ve been working with Glide to automate our internal processes for the last few months. A couple of elements use Big Tables - hour logging and ticket updates. When we started to work on a client-facing app, we discovered that these can’t be linked across apps like standard Glide Tables.

We’re exploring the option of transferring the data to Google Sheets - which has a 5 million row limit rather than Glide Tables’ 25k limit - but I’m concerned about potential performance limitations.

Has anyone here tried to run a large database like this from Google Sheets? We’re logging about a thousand rows per month on ticket updates at present, so this will build up pretty quickly.

An alternative that occurred was to use the API to request data from these tables in the client app via a webhook, which might be more efficient, but will definitely be slower to build. Again, it’d be great to hear from anyone in the community with experience of this.

Glide still limits Google sheets rows to 25k. So it won’t be better.

Just to understand, you are using Glide apps only or you have an external app?

Hi Maxime. I’m using Glide apps only. Thanks!

How many rows would you really need?

Well - on ticket updates, we’re going through around 500 rows per month but this is likely to rise as adoption of the system increases. We could do a data clean-up every two years, I suppose. For hour logging, we typically log around 60-90 entries a day, so perhaps 1,500 per month; this is likely to fill up pretty quickly on a standard table.

Thanks again for your assistance on this, by the way - it’s appreciated.

Am i missing something here? I have big tables linked between my glide apps just fine?

is it the computed columns you mean that do not get linked?

1 Like

You do? I don’t: they don’t show up in the ‘Link Tables’ menu at all.

Although, strangely, the Worklog Run Log and Worklog Step Logs do show up from the original app, along with another big table from a test app. So maybe I’m missing something here! Thanks for the heads-up, Lewis.

For me i click link glide tables and both Big tables and standard glide tables show

image

with the big tables having the database icon and standard tables having the glide logo

Solved! It wasn’t a bug, just something I overlooked from my end…Thanks to both of you for your feedback.