Comments
7 comments
-
Do all 22000 objects need to be in version control? If you can manage with a subset, we have an upcoming filtering feature that excludes objects so they don't need to be read into the tool and compared, which takes a lot of the time.
-
Thanks for your qucik response.
A subset would be possible but it will still be probably 20 000 objects -
Please use this link to get the preview build and instructions to try out the pre-filtering feature and let us know how much the improvement is. I believe that the refresh will be quicker once it's checked in.
-
Sorry for the late response but the link for preview build provided is no longer working. I'm still with a trial version. Is that an issue to have the preview build ?
-
philthethrill99 said:Sorry for the late response but the link for preview build provided is no longer working. I'm still with a trial version. Is that an issue to have the preview build ?
-
Thanks for the update.
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. -
The following should work.
{ "filters": { "table": [ "^ABC\w+", "example_table_1", "example_table_2" ] } } <br>
If you leave the other entries in the file, you can set the values as the empty string. eg: "trigger": [ "" ]
Add comment
Please sign in to leave a comment.
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.