Database (Alternative to Big Tables)

Hi

Im working on a projekt, where i need to add ~1000 rows pr. day. I use Big Tables as database, API call for read / add / edit (Got Entreprise plan). Works pretty smootly, but is a bit heavy on the update counter.

Dont get me wrong, if it turns out to be the all around best solution, we just need to pay the price.

But does anyone know a cloudbased database setup for 500.000+ rows thats cheap and kinda beginner friendly?
The data is light (only text), dont need any fancy query / AI, just a database that Glide can read.

You should try the new APIv2 beta:

It introduces a “stashing” method for bulk upload. I’m not certain, but I believe it uses 1 update per 1000 rows.

3 Likes

Ah sweet, thanks. I’ll give it a try. And perfect if i can keep it inside Glide.