Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Review wanted. Simplifying the IQueryResult/IQuery API

Ian Bull wrote:
Somewhat un-related, byt, the query mechanism *always* collects things as sets. I want to look at p2ql to see if this is different.
The evaluator provided with p2ql should be seen as the default 'in-memory' evaluator so it's not much different in that respect. An implementation using a p2 repository implemented on top of a derby database, or one that uses a remote server, is likely to be very different though. The iterator might well be backed by a jdbc ResultSet or a connection that only fetches some block at a time.

- thomas



Back to the top