July 2019
Intermediate to advanced
502 pages
14h
English
The highest performance, as far as read and write latency and throughput is concerned, is when you keep your data in memory. There are different memory types and caches, but the bottom line is that memory is super fast. However, memory has significant downsides too, such as the following:
There are some use cases where you require your entire dataset in memory. In these cases, either the dataset is very small, or you can split it across multiple machines. If the data is important and can't be easily generated, then you can address the ephemeral ...