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
For the introduction part (world1), we are halfway through the documentations.
For the storage part, we have a new design idea for storage tutorial: we will provide 1-2 parts to bootstrap a very simple storage engine, and refine it to be a real column store in the remaining parts.
Storage
In this week, we refactored the storage engine to make the code simpler and make the execution more efficient.
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
For the introduction part (world1), we are halfway through the documentations.
For the storage part, we have a new design idea for storage tutorial: we will provide 1-2 parts to bootstrap a very simple storage engine, and refine it to be a real column store in the remaining parts.
Storage
In this week, we refactored the storage engine to make the code simpler and make the execution more efficient.
Computing (Optimizer, Planner, Executor)
We introduced TopN executor and made some optimizations to improve performance.
Miscellaneous
We also did a lot in the interactive shell to make the output messages more human-friendly.
drop
message (cli: improvedrop
anddelete
message #457)Interesting Things...
Beta Was this translation helpful? Give feedback.
All reactions