Replies: 3 comments 2 replies
-
Aye! |
Beta Was this translation helpful? Give feedback.
0 replies
-
How about |
Beta Was this translation helpful? Give feedback.
2 replies
-
Closed by #539 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Now the
mito
table engine is implemented in thetable-engine
crate. I think it would be much clear if we rename this crate tomito
, sincetable-engine
sometimes is easy to confuse with thetable
crate, which defines our API for a table engine.Using
table-engine
is much like a historical reason as we hadn't decided the name for our default table engine at the time we started to write the engine. Another benefit ismito
only takes one word andtable-engine
takes two.Beta Was this translation helpful? Give feedback.
All reactions