How to work with big query data > 100.000 rows?

Hi all,

we have a bigquery table with postcode and street which contains more than 1.000.000 rows

The app user enters the postcode and should get a dropdown list of all streets belonging to this postcode.

Unfortunately AppSheet only supports 100.000 rows which means that not all postcode/streets are available.

Is there any workaround for that issue?

Thanks and kind regards, Joachim

0 8 207
8 REPLIES 8

Temporarily delete the data so that there are less rows. Load the Table into the app. Then put the data back.

Thanks @Marc_Dillon I will try starting with a view having 25.000 rows.
Build the App, than change the view for more than 100.000 rows.

Is data segmentation another option?
Do you know how to use this feature for my purpose?

What do you mean by โ€œdata segmentationโ€?

Are you referring to partitions?

yes @Marc_Dillon

I can divide my postcode / street into several datatables or views, but do not know how handle this in my case.

this does not work, I would have wondered too

What doesnโ€™t work?

what @Marc_Dillon said:

Temporarily delete the data so that there are less rows. Load the Table into the app. Then put the data back.

Top Labels in this Space