Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
3.0.0-beta1
-
None
Description
starting point IgniteSqlParser#parse
In current implementation:
PreparedStatement insertPrepStmt ... insertPrepStmt.addBatch();
will call sequential insertion row by row which leads to repeatedly parsing same
INSERT INTO ...
requests...
local benchmark with 1 server node shows 12% grow with cached requests.
TpchParseBenchmark ceases to be significant at all.
Attachments
Issue Links
- is duplicated by
-
IGNITE-17765 Sql. Introduce cache for parsed statements
- Resolved