Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add system command to show #25844

Open
pauldix opened this issue Jan 16, 2025 · 0 comments
Open

Add system command to show #25844

pauldix opened this issue Jan 16, 2025 · 0 comments
Labels

Comments

@pauldix
Copy link
Member

pauldix commented Jan 16, 2025

We expose all information about the server and its state through system tables. The user can execute queries from the command line to get at this, but it would be a nice convenience to have a command to quickly show the most recent records in any system table.

Something like:

influxdb3 show system parquet_files --limit=10

Limit should default to 100 so it is optional. The help should display what are valid names for the system table we're querying. Under the covers the CLI should just execute the query for the user.

This would likely be good enough to close out #25792

@pauldix pauldix added the v3 label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant