Minor Idea: shall we use a switch to force REST impl executing "Table Operating API" locally? #196
wojiaodoubao
started this conversation in
General
Replies: 0 comments
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.
-
Lance namespace has defined "Table Operating API", including: QueryTable, UpdateTable, CreateTableIndex etc (https://lancedb.github.io/lance-namespace/spec/operations/describe-table/). In most impls (for example: hms), the table operation need to be done at the client-side. In the REST impl, they are done at the server-side, so the server might become a bottle-neck.
Sometimes, even though we use the REST impl, we only expect it to be a lightweight server that can manage catalog information, without needing to handle table operations.
So I was thinking, might be we can use a switch to force REST impl executing "Table Operating API" locally.
Beta Was this translation helpful? Give feedback.
All reactions