balesh2 opened a new pull request #25: GEODE-6148: improve performance of 
Prepopulate
URL: https://github.com/apache/geode-benchmarks/pull/25
 
 
   Prepopulating the region used to occur by means of puts from every
   server for every key in the specified range. This resulted in
   unnecessarily conflicting puts.
   
   To improve performance of the setup, PrePopulateRegion.run() now divides
   the key range as evenly as possible between all servers in the cluster,
   prepares the data in a map, then puts the map to the region using
   putAll().
   
   The changes result in an observable improvement in performance.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to