147 discussions in the community
Hey everyone, so I'm building this social app where people check out profiles a ton, sometimes multiple times really fast. We're thinking about adding...
hey folks, i'm planning out a new feature and we need to push real-time updates from the server to a bunch of clients. we're trying to pick between We...
we're seeing some slowdowns on our read-heavy endpoints, and i'm wondering how others tackle this. we've indexed common fields, but it's still not cut...
hey everyon, been wrestlin with database scaling lately, specificly sharding. were starin down the barrel of potentilly petabytes of data in the next ...
hey everyone, been wrestling with a caching strategy for a new service. weve got a lot of read-heavy data that doesnt change too often, but also some ...
hey everyone im trying to decide on a caching strategy for a new project we expect a good amount of read traffic but writes wont be as frequent both r...
im working on a pretty big app thats served by just one giant API right now. its getting tougher to manage, deploy, and scale different pieces on thei...
So, I've been chewing on the idea of scaling databases lately. Our one PostgreSQL instance is really starting to creak and groan under all the reading...
Hey everyone, I'm getting into microservices and wanted to ask how you guys manage communication between them. Are you mostly using synchronous REST A...
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 ...
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 everyone im wrestling with replication lag in a distributed sql setup. weve seeing occasional delays between writes on the primary and them showin...
Hey everyone, I've been thinking about how we can scale as more people use our app. Our current single-node relational database is starting to struggl...
hey everyone im workin on a system that needs to show a real-time leaderboard for a game player scores can update often and we need to show the top n ...
hey ppl, curious about ur experiences managing configs across multiple cloud envs (aws, gcp, azure, etc). are u mainly using tools like terraform or c...
so, i've been thinking a lot about database scaling lately. we're hitting some performance bottlenecks with our main relational database, and sharding...
we got more product updates happening all the time, and that means the database schema changes a lot too. rolling back a bad schema change can be a ni...
hey everyone, ive been wrestling with schema changes in our distributed database setup lately. when youre dealing with multiple nodes and potential re...
hey everyone, i'm working on a project that needs to push real-time updates to users. you know, like live scores or breaking news alerts. i've been we...
hey everyone, i've been thinking a lot about database connection pooling lately. for small projects, it sometimes feels like a bit of unnecessary comp...