It appears RangerMSP, when you perform a delete of a record, it just PURGES the record from the table (charge, ticket, contact, account, etc).
Is there any tracking of DELETED items by RECID? like the RECID and date deleted?
I'm using an ETL and syncing RangerMSP with a graphDB (neo4j)
And periodically query for NEW or MODIFIED items, but tracking deleted I've only been able query EVERY SINGLE item, and then look for unmatched (deleted items - which is a VERY expensive/inefficient query to run).
Thanks!
Is there any tracking of DELETED items by RECID? like the RECID and date deleted?
I'm using an ETL and syncing RangerMSP with a graphDB (neo4j)
And periodically query for NEW or MODIFIED items, but tracking deleted I've only been able query EVERY SINGLE item, and then look for unmatched (deleted items - which is a VERY expensive/inefficient query to run).
Thanks!
Comment