Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
Description
We need to create benchmarks for DML operations similar to our cache benchmarks and compare common cases. Results of cache API benchmarks can be used as baseline for us.
Preliminray list of benchmarks:
1) INSERT + DELETE (vs IgniteCache.put + IgniteCache.remove)
2) Simple MERGE (vs IgniteCache.put)
3) Simple UPDATE (vs IgniteCache.invoke)