jnturton commented on issue #2826: URL: https://github.com/apache/drill/issues/2826#issuecomment-1692997614
I wonder if your constant timestamp expressions are being folded by the planner. Do you get the same performance from the next query? ```sql SELECT * FROM mongo.sampletable WHERE SentTime >= TIMESTAMP '2023-08-10 00:00:00' AND SentTime < TIMESTAMP '2023-08-17 00:00:00' LIMIT 10 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org