Not sure I get what you mean? The field names where renamed to protect the
inocent lol.

I'm using the actual value for a specific field as the key.
So for instance if I submit
First Name: John
Last Name: Smith
Mobile Number: 555-555-5555
Home Number Number: 123-555-5555

cache.put("John Smith", hashset of phonumber here);
I do this because I want to count how many unique number this "person" has.

As for threads I use 32 "web" threads for vertx and the defaults for ignite.
Which should be 32 per node.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Is-invokeAll-considered-a-batch-operation-tp1220p1245.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to