| Description | ReQL Statement |
| Monitoring the feed if any new object changes on a table | r.db(‘spdb’). table(‘raw_historical_table’). changes.run(conn). each{|change| p(change)} |
| Description | ReQL Statement |
| Monitoring the feed if any new object changes on a table | r.db(‘spdb’). table(‘raw_historical_table’). changes.run(conn). each{|change| p(change)} |