I am trying to measure GridDB performance using sample1.py with GridDB python client.
When using multicast mode, it took 3.714s. I used this command: "time python sample/sample1.py 239.0.0.1 31999 griddb admin admin"
I tried using the master node instead of the multicast address and the time was reduced to 0.323s.
The command was : "time python sample/sample1.py MASTER_NODE_IP_ADDRESS 10001 griddb admin admin".
=> Event results are the same, but there are more than 10 times different in the execution time.
Why does the performance differ so much and when should we use the multicast mode?