vanillacore icon indicating copy to clipboard operation
vanillacore copied to clipboard

Primary Keys

Open SLMT opened this issue 8 years ago • 1 comments

Motivation

VanillaCore doesn't support primary keys for now. However, almost all DBMSs support that feature. We need to add support for primary keys.

TODO

  • [ ] Survey - which components need to be changed

SLMT avatar Nov 23 '16 07:11 SLMT

need to modify the following package:

  • [ ] query.parse
  • [ ] query.algebra
  • [ ] query.planner
  • [ ] metadata.index

zululin avatar Nov 30 '16 02:11 zululin