RaynorUE / snich

Application for code work on a ServiceNow Instance
22 stars 4 forks source link

When doing app file lookups, cache the file list, and the last time we looked for files, and get the diff. #226

Open RaynorUE opened 1 year ago

RaynorUE commented 1 year ago

To speed up "sync record", consider caching the file lists that come back and the date/time we made that call, then append that to the "updated after" query to get just the records that have changed since you last cached it, and then update the cache. This should greatly improve performance in areas like Script Includes, sys_script where there is a very large number of records.