cmu-db / peloton

The Self-Driving Database Management System
http://pelotondb.io
Apache License 2.0
2.03k stars 623 forks source link

[15721] Compiled Catalog Query Access #1339

Open nwang57 opened 6 years ago

nwang57 commented 6 years ago

We enabled complied catalog lookup in the first pull request. Based upon this, we further support complied insert and delete queries for all catalogs. We also fix bugs for the following issues:

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.04%) to 77.595% when pulling 89161d8535133892008c42d7695becd4f3e4a837 on nwang57:pcq-cp2 into 5686479c5f33087031e1b68b7832245c7886b712 on cmu-db:master.

apavlo commented 6 years ago

I am reviving this PR. We will need this when we get rid of the interpreted engine. It also has bug fix for #1362