Re: Good resources about planners

2016-12-05 Thread Matt Burgess
Awesome, thanks very much to both of you! On Mon, Dec 5, 2016 at 12:43 PM, Colm McHugh wrote: > Check out http://db.cs.berkeley.edu/papers/fntdb07-architecture.pdf for a > good overview of database implementation concerns, including query > planning. Lots of references to follow. > > On Mon, Dec

Re: Good resources about planners

2016-12-05 Thread Colm McHugh
Check out http://db.cs.berkeley.edu/papers/fntdb07-architecture.pdf for a good overview of database implementation concerns, including query planning. Lots of references to follow. On Mon, Dec 5, 2016 at 8:27 AM, Matt Burgess wrote: > Hello all, > > I'm interested in digging into Calcite (and ha

Re: Good resources about planners

2016-12-05 Thread Michael Mior
You might find it helpful to read one of the original papers about Volcano which Calcite has used as the basis of one of its planners. https://paperhub.s3.amazonaws.com/dace52a42c07f7f8348b08dc2b186061.pdf -- Michael Mior michael.m...@gmail.com 2016-12-05 11:27 GMT-05:00 Matt Burgess : > Hello

Good resources about planners

2016-12-05 Thread Matt Burgess
Hello all, I'm interested in digging into Calcite (and have been dabbling in other places like Pig, Hive, and Drill), but I only have a rudimentary knowledge of planners (logical, physical, transformations, optimizations). I know what they are and what their purpose is, but haven't really seen an