May 2025
Intermediate to advanced
270 pages
6h 55m
English
As mentioned, I wrote rails-performance-book to support two different relational databases as the primary data source: Postgres and MySQL. The process of installing these two databases can be a bit complicated, but you can find plenty of help online, specifically, in the official documentation of both Postgres[12] and MySQL.[13]
There is a third data storage system that you will use in the course of this book. You will eventually get to explore using faster, simpler key-value stores to speed up your data reads. While you can use many systems to perform the same function, in this book we comment on and use two: Redis and Memcached. This is not a random choice. We will get further into this in ...
Read now
Unlock full access