⬅︎ Back to How much faster is Redis at storing a blob of JSON compared to PostgreSQL?
Have you considered just using an http cache like NGINX reverse proxy with proxy cache module?This makes the most sense if you process the data on the client side, since you can skip the entire server side stack.
Comment
Have you considered just using an http cache like NGINX reverse proxy with proxy cache module?
This makes the most sense if you process the data on the client side, since you can skip the entire server side stack.