You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have re-started working on the storage part to make it more understandable. As the tutorial is not in a complete stage, we would postpone the release to the end of next month.
Storage
In this week, we fixed several bugs in the storage engine. We separated RowSetBuilder with RowSetWriter, so as to make the codebase easier to understand. Most importantly, we have added a new run-length encoding for our storage layer. The PR is currently under review, and will be merged soon.
We finally support insert into select from syntax in RisingLight. At the same time, we also experimented with some cool technologies like cargo nextest. Also, we added BIGINT datatype support.
We have migrated sqllogictest (https://github.com/risinglightdb/sqllogictest-rs) to the RisingLight project! sqllogictest is a test runner for SQL databases, with config syntax compatible with SQLite’s sqllogictest. sqllogictest is currently being used in RisingLight as unit test runner.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Tutorial
We have re-started working on the storage part to make it more understandable. As the tutorial is not in a complete stage, we would postpone the release to the end of next month.
Storage
In this week, we fixed several bugs in the storage engine. We separated RowSetBuilder with RowSetWriter, so as to make the codebase easier to understand. Most importantly, we have added a new run-length encoding for our storage layer. The PR is currently under review, and will be merged soon.
finish
of column builders. #492)Computing (Optimizer, Planner, Executor)
In this week, we fixed several bugs in the computing engine. Also, there are some changes listed in Miscellaneous.
Miscellaneous
We finally support insert into select from syntax in RisingLight. At the same time, we also experimented with some cool technologies like cargo nextest. Also, we added BIGINT datatype support.
insert into select from
(feat(insert): supportinsert into select from
#487)AsyncDB
(tests: useAsyncDB
(re #485) #509)Interesting Things...
Beta Was this translation helpful? Give feedback.
All reactions