Yes, it is a problem and I believe after distributed joins feature will be merged, it will become even worse.
Though I'd prefer to avoid changing public API for now. I believe it must be enough to cache and reuse parsed query information, generated queries and other stuff. Sergi 2015-11-04 16:43 GMT+03:00 Vladimir Ozerov <[email protected]>: > Igniters, > > Currently I'm profiling query execution on a single node on a realtively > small data set (100K entries). What I see is that query parsing consumes > about 20% of all execution time. > > Do we have something like JDBC PreparedStatement for our queries to > minimize this overhead? If no, does it make sense to have it? > > Vladimir. >
