Application performance
philthethrill99
Posts: 4 New member
Is there a limit on the number of objects that the application can handle and still be performant.
My refresh of my project showed me 22000 objects and the refreshing process took at least 1 hour.
I reopen my project and it restarted the refresh process.
Will the refresh be more efficient if i commit my changes ?
Thanks for your help.
My refresh of my project showed me 22000 objects and the refreshing process took at least 1 hour.
I reopen my project and it restarted the refresh process.
Will the refresh be more efficient if i commit my changes ?
Thanks for your help.
Answers
Product Manager
Redgate Software
A subset would be possible but it will still be probably 20 000 objects
Product Manager
Redgate Software
Product Manager
Redgate Software
In the Source Control app, i selected "Tables" filter only and put a single table in my json file.
In the logs, i still see queries about other kinds of objects (Triggers, Packages, ...)
Is there a way to avoid that ?
Should i put all types of objects in the json file with an emtyp list?
Thanks for your support.
If you leave the other entries in the file, you can set the values as the empty string. eg:
Product Manager
Redgate Software