hi is there any way to ignore binlogs for one table ?
i hav 3-4 log tables that store xml (req n resp). writing this to the binlog must be a very costly process.
i understand we can ignore a db, but that 2 wld be only effective when used subsequent to the 'use ignored_db' command,not otherwise.
what to do ? some work arounds.. ?
i was thinking something like having before insert triggers on these table and setting 'set sql_log_bin=0' inside the trigger body. but this wld only make sense for one session, certainly not a busy wen app.. rit ?? any other options ?
i hav 3-4 log tables that store xml (req n resp). writing this to the binlog must be a very costly process.
i understand we can ignore a db, but that 2 wld be only effective when used subsequent to the 'use ignored_db' command,not otherwise.
what to do ? some work arounds.. ?
i was thinking something like having before insert triggers on these table and setting 'set sql_log_bin=0' inside the trigger body. but this wld only make sense for one session, certainly not a busy wen app.. rit ?? any other options ?