Replies: 2 comments 1 reply
-
I can think of 2 big features in SQL: transaction and nested query support. |
Beta Was this translation helpful? Give feedback.
1 reply
-
One more thing, the expression framework. We should support arithmetic operations between different integer types, SQL functions, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before outlining the full roadmap for RisingLight v0.2, I'd like to draft some ideas.
The main objective for RisingLight v0.2 is to support sorting everywhere -- enable
MergeIterator
on storage, add executors like SortMergeJoin and SortAgg, add optimization rules for sort, etc.At the same time, we should also resolve some long-lasting issues in RisingLight and try refactoring them.
count(*)
.If you have any ideas, welcome to comment! Also, we should create tracking issues about these big features.
Beta Was this translation helpful? Give feedback.
All reactions