Re: [elephant-devel] Query performance

2009-02-10 Thread John
On Tue, Feb 10, 2009 at 6:33 PM, Ian Eslick wrote: > For that particular query there is a more efficient way, but it's not > natively supported in any of the high level APIs. We're not (yet) > trying to reproduce all the queries you are accustomed to in SQL > databases. The goal of the query sy

Re: [elephant-devel] Query performance

2009-02-10 Thread Ian Eslick
For that particular query there is a more efficient way, but it's not natively supported in any of the high level APIs. We're not (yet) trying to reproduce all the queries you are accustomed to in SQL databases. The goal of the query system is to move in that direction when it makes sense

[elephant-devel] Query performance

2009-02-10 Thread John
Hi, I created a database of 85958 persistent objects containing 31 string slots with items such as first, last, middle, etc names, company name, address, etc... Total disk space is about 1.3GB. Now, I wanted to write a small routine to generate CSV files containing the information in this databas