Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this set of benchmarks, only a subset of 10% of the objects which are stored in a MasterServer are included in the aggregation operation. Consequently, this means that of 1.000.000 objects are aggregated, there are 10.000.000 objects stored in total within a MasterServer.

#number of objects

client-side aggregation

server-side aggregation
  via hash table lookup

server-side aggregation
 via hash table forEach

server-side aggregation
  via Log traversal

10.000

63 ms

1 ms

74 ms

6 ms

100.000

648 ms

12 ms

84 ms

9 ms

1.000.000

6485 ms

127 ms

168 ms

21 ms

10.000.000

64258 ms

1378 ms

781 ms

142 ms

100.000.000

652201 ms

19854 ms

6245 ms

1422 ms

Conclusions

This previous benchmarks allow the following conclusions:

...