Hi,Is there a way to get the total row count of a phoenix table without running select count(*) from table ? my use case is to monitor the record count in a table every x minutes, so didn't want to put load on the system by running a select count(*) query.
Thanks, Jins George