Speed up app load time

Hi all,

I would like to speed up my app.

I have old data sources that are no longer in use (along with their respective views and actions).

I could delete them but I may want to reenable them in the future. Is it possible to temporarily disable them. Or will I have to delete them and then rebuild them if required?

0 1 52
1 REPLY 1

You can't disable them, but you have few kind of options. Create a new data source with identical column structure and reassign these tables but keep those tables empty. The other one is to write FALSE to the security filter so the app doesn't fetch any data.

Top Labels in this Space