GreptimeTeam / greptimedb

An open-source, cloud-native, distributed time-series database with PromQL/SQL/Python supported. Available on GreptimeCloud.
https://greptime.com/
Apache License 2.0
3.96k stars 282 forks source link

Database and table data statistics info #4221

Open killme2008 opened 1 week ago

killme2008 commented 1 week ago

What problem does the new feature solve?

Provides database and table statistics info to users via information_schema.tables or other system tables, such as:

Related PR #4218

What does the feature do?

Provides database and table statistics info to users.

Implementation challenges

No response