Open Issues Need Help
View All on GitHubAI Summary: Optimize GigAPI's DESCRIBE query performance by adding 'data' and 'hour' fields to the underlying Parquet engine's metadata. This will reduce the search space for schema discovery, particularly when time filters are applied, thus speeding up query execution. The caveat is that this optimization relies on time filters being applied by default to all queries.
Complexity:
4/5
help wanted