What problem does the new feature solve?
This is a tracking issue for implementing delete for greptiimedb, also solves #614
What does the feature do?
The final goal is to support the DELETE SQL statement, but we may provide a minimal usable version first, which only allows deleting by primary key, or even only exposes the delete() method in the table interface.
Implementation challenges
The steps to implement a minimal version that supports deletion are
Related Issues
What problem does the new feature solve?
This is a tracking issue for implementing delete for greptiimedb, also solves #614
What does the feature do?
The final goal is to support the
DELETESQL statement, but we may provide a minimal usable version first, which only allows deleting by primary key, or even only exposes thedelete()method in the table interface.Implementation challenges
The steps to implement a minimal version that supports deletion are
DELETESQL statement but require specifying the full primary key (and the timestamp)DELETEwith general "where" condition feat: execute "delete" in query engine (in the form of "LogicalPlan") #1222Related Issues