I'm creating a dashboard which should monitor a database table. I have only database access (no application layer). The table is rather large (10 million rows), however not changing rapidly (100 inserts/updates per minute)
How can I find out whether the table changed? I would try to hit the database every second, but this seems like a brute-force approach...
Databases: MySQL/Postgres