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

Create the system.parquet_files provider #24988

Open
Tracked by #24972
hiltontj opened this issue May 10, 2024 · 0 comments
Open
Tracked by #24972

Create the system.parquet_files provider #24988

hiltontj opened this issue May 10, 2024 · 0 comments
Assignees
Labels

Comments

@hiltontj
Copy link
Contributor

hiltontj commented May 10, 2024

Add a new system table for storing information about parquet files stored by influxdb3. This table should only provide files related to a specified database name and table name, to limit the scope of data returned.

The columns to include in this table can be based on what we store in segment files, e.g.,

  • path (object store file path)
  • size_bytes
  • row_count
  • min_time
  • max_time
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