I have a large database and need to find how many records it contains, (it gets update very often) and print it to our page (Via perls DBI). The problems is, doing a SELECT * from everytime takes resources. Is there a function to just find how many records a database has without quering it all the time?