Help with Sync Times

Hi Guys,

Need a little help on to improve sync times base on the following reports:

What are the Table Name:Schemas and can they be improved?

0 8 176
8 REPLIES 8

Itโ€™s probably your virtual columns, whatcha doing with them?

Hi @Grant_Stead,

Those are automatically created by App Sheet. I tried deleting them and they got recreated.

If you donโ€™t need/need a ref for the REFROWs then you can try making them enum base type REFโ€ฆ

Steve
Platinum 4
Platinum 4

Thatโ€™s a lot of rowsโ€ฆ Are you using a spreadsheet?
3X_c_1_c142a1530059961d71d7fd3411f98ed7fbd9fd2a.png

Yeah it is, I didnโ€™t see that there!
I would for sure roll to ENUM base type REFโ€ฆ

And some security filters where you can to reduce the data size

@Steve using a MySQL DB.

It is a patient table where we need to know if they have requested a service before or have a service request in process. So for this table filters can not be applied.

@Grant_Stead Yeah it is, I didnโ€™t see that there!
I would for sure roll to ENUM base type REFโ€ฆ

Like this?

Yep, then it wonโ€™t force the REFROWs virtual columns to be made, AND there is a new feature that lets the dereference expressions to still workโ€ฆ

Top Labels in this Space