1083 discussions in the community
hey everyone, i've been thinking about how we handle writes when caching is involved. write-through makes sure data is consistent, writing to both the...
hey everyone, been thinking about load balancing across our microservices. we're seeing increased traffic and need to make sure requests are distribut...
so I've been thinking about API Gateways, you know? we're a growing microservices shop and the idea of having one spot for clients to hit, managing au...
hey all, we've been having some problems with cache stampedes, you know, when lots of requests for the same expired cache key hit the database all at...
hey folks, been thinkin a lot about data sharding lately. were scaling up and need to split our main user database. the big question for us is how to ...
Hey everyone, I've been thinking a lot about cache invalidation lately. We have several caching layers in our system, and keeping data consistent with...
so, I'm trying to get my head around distributed tracing. our microservice setup is getting super complicated, and it's a real pain to find where perf...
Hey everyone, I've been thinking a lot about cache invalidation lately. We're using Redis for caching user session data, and it's been working pretty ...
We've been having some trouble with schema changes in our microservices. The thing is, different services update at different speeds. So, sometimes a ...
hey everyone im working on a gaming platform and need to implement a real time leaderboard weve been expecting millions of users and frequent score up...
hey everyone, i'm wrestling with a common challenge in distributed systems: managing transactions that span multiple services. while two-phase commit ...
hey all, i'm wrestling with service discovery in a new microservices setup. we're trying to decide between client-side discovery, where each service q...
Hey everyone, I'm trying to figure out the best way to set up rate limiting for a new API. I'm stuck between limiting by API key (so, per user) or by ...
hey folks, been wrestling with how to manage workflows across our microservices. weve got a mix of event-driven stuff and some services that need to c...
Hey everyone, I've been pondering how to handle scaling for a while now. For sites with users all over the world, what are your best methods for globa...
We've been adding a lot of caching lately to speed up our reads, and it's working great! But I was thinking about what happens when the cache layer it...
ran into a cache stampede situation yesterday. A popular item expired, and suddenly thousands of requests hit the origin server simultaneously. It bro...
Hey everyone, I'm working on a project that needs real-time updates pushed to the client. We're trying to decide between WebSockets and Server-Sent Ev...
Hey everyone, I'm trying to figure out the best way to shard a database for an app that's getting pretty big. We have tons of data, and our current se...
hey folks im lookin to optimize our caching layer and wanted to get some opinions on eviction policies we're seein some performance bottlenecks and i ...