Hello! I'm not sure what this test doing (how many ops are done per iteration? Why do you need to start Ignite for every iteration), but I want to say that adding indexing to your cache means having a primary key, in your case a composite primary key, and updating this index is going to take some CPU time, especially since there's nothing else to consume it.
Regards, -- Ilya Kasnacheev чт, 30 июл. 2020 г. в 10:42, max904 <[email protected]>: > Thank you, Anton! > > Please find the reproducer code attached. > employee_benchmark.zip > < > http://apache-ignite-users.70518.x6.nabble.com/file/t2036/employee_benchmark.zip> > > > I ran the test with Java 11 and Ignite 2.8.1. > > Following additional dependencies needed in order to run JMH benchmark: > > testImplementation 'org.openjdk.jmh:jmh-core:1.23' > testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.23' > testAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.23' > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
