Hello there!

I recently set up my own self-hosted instance. Works great! I’m wondering, does redash keep user stats like, say, number of queries per user?

If not, could I inspect that info by hooking up redash’s own postgres DB as a data source?

This is the way. All that will be in the queries table of Redash’s metadatabase. If you’re running Redash in Docker you can connect to the metadata DB with a postgres connector:

host: postgres
user: postgres
password: postgres
database: postgres

:smiley: