cayley icon indicating copy to clipboard operation
cayley copied to clipboard

Virtual predicates

Open dennwc opened this issue 8 years ago • 1 comments

Use #668 to store queries in database. Next, allow to register virtual predicates that refer these queries. Shapes optimizer will run a rewrite pass to detect predicates that are registered as virtual and will add a specified subquery to the tree. Will require #667 to be implemented.

dennwc avatar Dec 24 '17 20:12 dennwc

We can take notes from Postgres: https://pgdash.io/blog/postgres-12-generated-columns.html

iddan avatar Oct 02 '19 09:10 iddan