Skip to content

implement btree engine for aggregating string comparisons#50

Open
KiKoS0 wants to merge 1 commit into
mainfrom
riadh/optimize-string-comparisons-expr
Open

implement btree engine for aggregating string comparisons#50
KiKoS0 wants to merge 1 commit into
mainfrom
riadh/optimize-string-comparisons-expr

Conversation

@KiKoS0
Copy link
Copy Markdown
Contributor

@KiKoS0 KiKoS0 commented May 11, 2026

String comparisons like "2025-10-28T23:21:37.821Z" <= async.data.createdAt are lexicographically ordered, so they can be matched with the same B-tree strategy used for numbers; Without going through CEL at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant