Skip to main content
Version: Nightly

Greptime Private

GreptimeDB stores some important internal information as system tables in the greptime_private database. Similar to the normal tables, the system tables will be persistently stored. You can obtain system configurations and statistical information through the system tables.

Tables

Table NameDescription
slow_queriesContains GreptimeDB slow query information, including query statements, execution times, etc.
pipelinesContains GreptimeDB Pipeline information.