Magento indexing uses mview.xml to track changes in tables similarly, can we use mview.xml to track changes in custom table ? custom table doesn’t do any indexing. I just want to track changes and do some operation after that. I want to do this tracking specifically when someone run sql statements on custom table.
Thanks!