vanilladb / vanillacore

The core engine of VanillaDB
Apache License 2.0
196 stars 41 forks source link

Droping corresponding indexes and views while during the owner table #19

Closed SLMT closed 7 years ago

SLMT commented 7 years ago

When a user drops a table, VanillaCore should drop the corresponding indexes and views.

This can be broken down into two separate jobs. One it to drop indexes, another is to drop views.