169 discussions in the community
hey everyone im wrestling with a common scaling problem for a growing application we're hitting the limits of a single database instance and need to c...
hey ppl im architecting a new platform and hitting a common crossroads user profile data we expect millions of users and profiles will include basic i...
hey folks, i've been thinking a lot about scaling databases lately. we're hitting some limits with our current setup, and i'm weighing the options bet...
Hey everyone, I'm trying to figure out something that's pretty common but also a real headache in distributed systems: when should we go with eventual...
hey everyone, i'm working on a system that needs to send real-time notifications to users about important events. i'm debating between a push-based ap...
hey folks, been thinkin bout how we handle database connections in our microservices. were seein some contention under heavy load, and im wonderin if ...
hey folks, ive been thinking a lot about POST requests lately, especially in distributed systems. we all know POST requests can have side effects, and...
Hey everyone, I'm trying to figure out API rate limiting for a new service we're building. I'm stuck between tracking limits per user account or per I...
I've noticed everyone's talking about microservices, and it sounds pretty cool. But when does all the hassle of splitting up a big old system actually...
Caching speeds things up a lot, especially when you're reading a ton of data. But then there's cache invalidation, right? When the data gets updated, ...
i've been thinking about database sharding lately, you know. we're seeing some pretty big read/write growth, and our single instance is hitting its li...
hey everyone, i'm looking to implement distributed tracing across our microservices architecture and wanted to hear about your experiences. we're curr...
hey everyone, i'm trying to decide on the best way to handle api versioning for a new microservice. should we go with the classic /v1/users and /v2/us...
Hey folks, I've been wrestling with the choice between UUIDs and sequential IDs for primary keys in a new service. UUIDs seem great for distributed sy...
were hitting some scaling limits with our main user database and need to start thinking about sharding. I've seen solutions for automatic sharding bas...
hey folks im wrestling with a common cloud iam challenge and wanted to get your thoughts on one hand we all know the principle of least privilege is p...
hey everyone ive been thinkin a lot bout interservice communication lately. for simple req-response patterns direct api calls r pretty straightforward...
Hey everyone, so I've been chewing on the idea of background job processing. We're currently using a managed service, and it works okay, but I'm start...
Hey folks, been thinking about database scaling lately. We've hit a point where a single instance is starting to struggle with load, and sharding seem...
hey everyone, been thinking a lot about system design lately. we're building out a new service and i'm trying to figure out the right initial focus fo...