LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[FRG-223] potential code cache additions: view definitions and reduced constant expressions #649

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="jvs", created="Wed, 18 Oct 2006 12:26:35 -0500 (GMT-05:00)"] For view defs, we could cache the RelNode tree and then figure out a way to clone it into plans which reference the view.

For reduced constant expressions, we currently bypass the code cache due to the way the reentrant stmt gets set up.