Details
Description
Ignite 3 should support prepared statements for SQL. It should bring performance increase for particular cases when user have one query with different parameters. We could get rid of query string parsing for every execution (despite of caching, due to cache could be invalidated and not effective), get rid of exchange of query fragments between a nodes, and any other optimization.
Prepared statements should be supported as for server and for client, both sides.
This epic contains tasks related to the goal.