S
Stefan Drissen
Guest
For the master data we have NEW GLOBAL SHARED temp-tables - which are refreshed via a super procedure. Code that wants to take advantage of using tt vs db does need to be explicitly adjusted. The adjustment is then: a. call checkrefresh function in super to see if data in temp-tables is fresh enough b. define buffer table for tt. For config / other data (the keyed tt) - the finds were adjusted over time to use a function in the super to get the data instead of using a find / for each etc. The only thing I can advise if going down that route (or for any other signature for that matter) is to make sure that you have sensible easy reading signatures on your functions / methods.
Continue reading...
Continue reading...