G
George Potemkin
Guest
I saw the legacy code that passes ROWID as a parameter instead of PARAMETER BUFFER. So the procedures set their own local buffers pointed out to an existent record in client's record pool - without db access. Fix can break the logic of such legacy code and it will, of course, increase db accesses.
Continue reading...
Continue reading...