Faster Database Queries: Practical Techniques
kapillamba4.medium.com·1d·
Flag this post

3 min read6 hours ago

On Target’s Data Platform team, we tune our job-orchestration platform to stay fast and reliable through seasonal sale peak load.

This article focuses on practical ways to boost database performance, excluding partitioning and sharding topics for brevity.

Foundational Database Decisions

Choosing the right database is a decision with long-term consequence. Its trivial to swap out or migrate out of a database choice during dev phase but difficult in later stages.

Although there is not a single answer that could either fit for your application but every database (PostgreSQL, MongoDB, Redis, Cassandra, etc.) is designed with **core competencies **which they are good at and which they aimed to provide solution for:

  • PostgreSQL: Strong ACID guarant…

Similar Posts

Loading similar posts...