November 2018
Beginner to intermediate
260 pages
6h 12m
English
Performance tuning is important for improving the user experience. Apache Ignite makes network calls, communicates with other nodes, serializes objects, swaps entries from RAM to disk, rebalances data, stores objects on-heap and off-heap, creates WAL files, and more. Therefore, we need to keep an eye on different areas to improve the overall system performance. Ignite provides the following tips (https://apacheignite.readme.io/docs/performance-tips) to tune different areas:
Try avoiding distributed joins and ...
Read now
Unlock full access