dwyl / technology-stack

🚀 Detailed description + diagram of the Open Source Technology Stack we use for dwyl projects.
288 stars 26 forks source link

The Database is Always/Eventually The Bottleneck #147

Open nelsonic opened 3 months ago

nelsonic commented 3 months ago

Most people working in tech don't talk/think about it, but any app that stores data needs a place to store that data. Reducing the latency (response time) for Database [CRUD] requests should be the main objective of any DevOps person.

Note: just opening this issue to capture outline of a topic I want to write about. Definitely not "finished".