uwescience / raco

Compilation and rule-based optimization framework for relational algebra. Raco is the language, optimization, and query translation layer for the Myria project.
Other
72 stars 19 forks source link

Expose DbCreateIndex and DbCreateView calls in MyriaL #538

Open jortiz16 opened 7 years ago

jortiz16 commented 7 years ago

We need some way for users to be able to create Postgres indexes and views. We already have the calls supported in MyriaX. Any ideas what the syntax can look like? (I think we discussed it before, but I don't remember what we said)