|
Harri Pesonen wrote: Since you mentioned you had other database development experience in the past, I think, your learning curve (I am assuming it was a typo in your message... when you said 'curse' :-) ) should not be steep. Given compact code base of Derby and generally very good design, it is not very difficult to get involved...It seems that there is quite a lot to do in optimizations and elsewhere in Derby. I'm still impressed about it, I like Derby much more than HSQL. It would be great to get into developing Derby, but of course the learning curse must be steep. Satheesh -- HarriHarri Pesonen wrote:Thanks for you comments and for creating a JIRA item. I think that the first case is a separate thing, because the following is slow as well: SELECT MIN(Id), MIN(Id) + 1 FROM Customer This case could be optimized to do only one MIN-traversal. I think that this is a more fundamental thing, perhaps requiring more thought, and some kind of global optimizations. |
- Re: A few questions about index usage Satheesh Bandaram
- Re: A few questions about index usage Harri Pesonen
