224 discussions in the community
ive been seeing command query responsibility segregation c q r s mentioned more often in scaling discussions. the idea of separating read and write mo...
hey everyone, i'm wrestling with a common architectural decision and wanted to get your take. we have a growing microservices setup, and direct synchr...
I've been thinking about when it makes sense to set up a Content Delivery Network. We're sending out assets all over the world now, and it works, sure...
hey everyone, i'm trying to wrap my head around when the relational model really starts to show its limitations. we're currently all-in on sql, but i ...
Hey everyone, right now we're using one PostgreSQL instance for our main app. It's worked okay, but during busy times, some queries are getting pretty...
were designing a new ecommerce feature and hitting a common debate, how consistent does our data prob need to be. For things like inventory updates, w...
hey all, thinking about how we structure user profile data. for a new service, we're getting close to needing to decide on a primary database. we're l...
Hey everyone, I'm trying to figure out how to scale our main user database. We're growing like crazy and our current setup just isn't keeping up anymo...
hey everyone, im working on a new feature that needs real-time updates for lots of users. i've been going back and forth between just using WebSockets...
were hitting some performance bottlenecks with our highly normalized OLTP database. Reads are getting slower as our tables grow and joins become more ...
hey all, ive been thinkin about scalin our db reads. were hittin some perf bottlenecks durin peak traffic. i know read replicas r a common solution, b...
so, our user base is growing like crazy and our main relational database is starting to feel it. we're thinking about sharding our user data, but i'm ...
hey everyone, been thinking a lot about data storage lately. we're mostly on postgresql right now, and it's been great for our core services. but as w...
So, I've been noticing a lot more chat about service meshes lately, you know, things like Istio and Linkerd. They seem to handle a bunch of common iss...
hey folks, i've been thinking about content delivery networks lately. our app is growing, and we're serving a good chunk of static stuff (images, css,...
our relational database is gettin slow, like, queries are a nightmare and load times are gettin longer. prob gonna switch to NoSQL but its a big move ...
I've been thinking a lot about database scaling lately, especially as application loads grow. We've hit a point where a single primary database instan...
hey everyone, seeing a lot of talk about microservices, queues, and scaling lately. it got me thinking about data storage. we're currently running a p...
hey everyone ive been workin with a growing app and we're startin to see some read heavy workloads impactin overall performance were not at the point ...
Hey everyone, I'm working on a new microservices architecture and need to pick a message queue. We've got a few different use cases, some for real-tim...