GoldenGate for Big Data, Using the BigQuery Handler not in transaction log mode
Hello!
From the instructions https://docs.oracle.com/en/middleware/goldengate/big-data/21.1/gadbd/using-bigquery-handler.html#GUID-3FDB406B-BDFB-4F70-852C-A00C90009BF3, it follows that the standard adapter can work in two modes gg.handler.name.auditLogMode=false/true . But both of these modes essentially work as a transaction log, and after a while, any operation is always a new record in the BigQuery. Is it possible to somehow force the adapter to work as with a normal database, so that update operations update rows in the table, and not add a new one with the update sign? delete operations - delete rows by key, rather than adding a new entry with the delete attribute? Thank you!