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 Brian McCallister <br...@apache.org> on 2006/02/08 20:11:01 UTC

[OT] Indexing Systems

Sorry to pester ya'll with a slightly off topic post, but I am  
looking for good references on building indexes and query systems =)  
Am poking through Derby to see how it's done here, but also would  
appreciate any pointers to decent literature on the topic.

Thanks!

-Brian

Re: [OT] Indexing Systems

Posted by "Jean T. Anderson" <jt...@bristowhill.com>.
Brian McCallister wrote:
> Sorry to pester ya'll with a slightly off topic post, but I am  looking 
> for good references on building indexes and query systems =)  Am poking 
> through Derby to see how it's done here, but also would  appreciate any 
> pointers to decent literature on the topic.


For how derby does it, Dibyendu contributed this writeup (just in case 
you haven't spotted this yet):

http://db.apache.org/derby/papers/btree_package.html

  -jean