Hi all,
When using the QueryProcessor to execute a query, then, constructing an iterator from the Result object takes almost as long as the query execution itself.
For example, if QueryProcessor.execute() consumes 100 ms, then Result.iter() takes an additional 75%. Same with Result.value().

Is there something I can boost up?

Thanks!

Erdal