Daniel Satubi
02/23/2022, 8:55 AMrefsApi.diffRefs(repositoryName, branchName, sourceBranchName, offset, batchSize, prefix, null, null, null);
◦ branchName is the current app branch
◦ sourceBranchName is “main”
◦ batchSize = 1000
◦ prefix = ww-production3/merged-monthly-vesselstories/ww_partition_date=20
• we are branching from main when we start an app, write the new data (override previous data) and commit it to branch and then diff our branch with main to see if someone else wrote something to the files we changed (prefix)
how can we verify we are using the 100GB cache? what is the measure for long operations (num of files, size of files)?
Thanks 🙂