Hello,
I noticed that when I try deactivating "redo" logging (as a test),
writing data to temp tables seems to happen faster. Is it correct to
assume that even temp table writes are logged in SAP-DB?
If that is the case, are there any plans to not do that (like with other
databases, have the option to create a table WITH NO LOG clause)?
If there are no such plans, can you please give me hints as to where in
the code I should begin if I want to change it so that logging occurs
normally for other tables, but if a temp table is being written to, I
skip logging?
Thanks!