77 discussions in the community
hey folks ive been thinkin a lot about scaling read-heavy apps lately. our main db is startin to feel the strain during peak hours, and im lookin at w...
hey everyone, i'm trying to wrap my head around the best way to handle transactions that span multiple microservices. we're seeing some complex workfl...
Hey everyone, I've been thinking a lot about database performance lately. For most of our microservices, connection pooling seems like a no-brainer. B...
Hey everyone, I'm struggling with a system that has to take in and process tons of real-time events. Things get slow when the event rate really jumps ...
hey everyone, i'm working on a system with a really read-heavy API and we're looking at caching to improve performance. we've considered in-memory cac...
ive been working on a system where strict aci compliance across services is causing big performance bottlenecks, we're exploring options, and eventual...
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 everyone, im tryin to figure out the best way to implement rate limiting for our public apis. we want to protect against abuse, but im worried abo...
ive been thinking a lot about disaster recovery and high availability lately, were running most of our services in a single aws region and while we ha...
hey everyone, ive been thinking a lot about database performance lately, espcially with our recent growth. weve been managing database connections on ...
Hey folks, I've been thinking a lot about database performance lately, specifically around connection pooling. It feels like a foundational piece, but...
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 mulling over database connection pooling. For little apps, it seems like too much, but for services handling tons of requests ...
What are the alternatives for browsershot service. We have the SaaS application in which users have to generate heavy (100+) pages of PDF which will ...
hey everyone, just wondering how you guys handle app settings in a microservices setup. we have stuff for databases, outside APIs, feature flags, you ...
were seeing more and more large files, like images, videos, and docs, getting uploaded and processed by our microservices. Storing them right in our m...
Hey everyone, I'm working on a project with tons of data that gets read a lot but updated only now and then. Stuff like config settings, user preferen...
I'm building out a new microservice setup and using message queues a lot for services to talk to each other. It's really good for keeping things separ...
lookin at servin tons of static assets everywhere and naturally cdns pop up but beyond just makin things faster whats the real upside that makes the e...
hey folks im setting up a new microservices architecture and thinking about observability distributed tracing seems crucial but there are so many opti...