You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by shaikh quader <sh...@gmail.com> on 2006/02/27 02:14:47 UTC

undestanding SELECT query execution model ... need help

Hi,

I am new to Derby. I am trying to understand Derby's "SELECT" query
execution and optimization model at the code level.

Can anyone please point me to the right code area and the starting point?

Thanks,
SQ

P.S. I have downloaded the code from SVN repo.

Re: undestanding SELECT query execution model ... need help

Posted by "Jean T. Anderson" <jt...@bristowhill.com>.
shaikh quader wrote:
> Hi,
> 
> I am new to Derby. I am trying to understand Derby's "SELECT" query
> execution and optimization model at the code level.
> 
> Can anyone please point me to the right code area and the starting point?
> 
> Thanks,
> SQ
> 
> P.S. I have downloaded the code from SVN repo.

The "Derby Engine" pages at http://db.apache.org/derby/papers/index.html
might be helpful if you haven't seen them yet.

 -jean