Reputation: 233
Is there easy way to get information, like total database size, cache used and so on in rethinkdb?
Upvotes: 0
Views: 55
Reputation: 4614
You should take a look at system tables (stored in the rethinkdb
database). They contain a lot of useful information about the database. In particular, you should take a look at status tables and system stats.
Upvotes: 2