-----Original Message----- From: Mark Fisher [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 12:24 PM To: [EMAIL PROTECTED] Subject: Temp tables and logging
>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? No, it isn't. Operations on temp tables only write undo log which resides in the data area. Kind regards, Uwe -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
