Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When using store change in Audit Table, how long the data will be kept in Audit Table? Any automatic maintenance or housekeeping of the data inside the table?
Hello Team,
Audit tables are populated when task starts. whenever Task is stopped gracefully to start again or start from the time stamp, they created again.
Reagrds,
Sushil Kumar
Hello @RZYX
Thank you for reaching out to the Qlik community!
We do have only below option when select Audit table as part of store change.
Audit table creation:
If audit table exists when the target is reloaded: Select one of the following to determine how you want to handle the Audit table when the target is reloaded:
ARCHIVE and CREATE audit table: A copy of the existing table will be saved to the same schema before the new table is created. The archived table name will be appended with a timestamp, indicating when the archiving operation occurred (e.g. attrep_audit_table_20170605175601).
Currently this option is only available for the Hadoop target endpoint.
Regards,
Sachin B
Hello everyone,
Thanks for the response.
I have seen the options as described by SachinB.
However, for our use case we will be running the task perpetually since the database is being updated by online transaction processing. So, we need the task to run perpetually to monitor changes in the database and update the Audit Table accordingly.
Thanks