Full database supplemental logging is it mandatory?
In our db, we have hundreds of tables, but in GG replication we want to replicate only few tables .
Is it mandatory to add the full database logging i.e ALTER DATABASE ADD SUPPLEMENTAL LOG DATA & db force logging? i am bit concerned the redolog generate huge in full db supplemental logging. So i want to add just table supplemental logging i.e add trandata <schema>.<table>. Will GG replication work on just table supplemental logging?