-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
EnhancementEnhance existing functionalityEnhance existing functionalityPerformancePerformance improvementsPerformance improvementsSQLIssues or changes relating to SQL executionIssues or changes relating to SQL execution
Description
Some of our users have filters like dateadd('m', 15, timestamp) = '2022-03-08T18:30:00.000000Z' where timestamp is the designated timestamp column. Currently, time intrinsics don't recognize this as a timestamp filter, so query execution times may be high. We should add support for such expressions to intrinsics to fix that.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementEnhance existing functionalityEnhance existing functionalityPerformancePerformance improvementsPerformance improvementsSQLIssues or changes relating to SQL executionIssues or changes relating to SQL execution