Nikola Đuza
1. Slow API endpoints
1. Precalculate the data
2. Slow write/update
2. Create database index
create index
log2 N
log2 (1,000,000) = 20
Elixir + Ecto
Rails + ActiveRecord
By Nikola Đuza
How to optimize a backend by using the power of indexes