183 discussions in the community
our main user database is getting pretty old. we're noticing read speeds slowing down, and writes are taking longer too, particularly when everyone's ...
We want to start using the 'database per service' setup for our microservices. We know it helps with loose coupling, but what are the real-world probl...
hey folks, i'm looking to optimize our database performance and wondering about your go-to strategies for connection pooling. are you using built-in p...
were seeing massive growth in our user base, and our monolithic user feed database is starting to creak under the load. were considering sharding, but...
hey everyone im trying to nail down some best practices for storing user profile data weve been using a relational db but as we scale and add more com...
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 everyone, im working on a new service and we're at the point where we need to think about api versioning. we want to make sure we can evolve the a...
hey everyone, i've been thinking a lot about performance lately. we have a few read-heavy endpoints that really hit the database hard. obviously, cach...
hey everyone, been thinking a lot about connection pooling lately. We've implemented it in a few places, and its definitely smoothed out some performa...
hey everyone, i'm trying to figure out the database situation for a new microservices setup and i'm kind of stuck. some services really need that rela...
Hey everyone, I'm just starting to get into database design and optimization. I've read about indexes and how they can speed up queries, but I'm a bit...
hey all, ive been thinkin a lot abt data consistency across microservices lately. were movin toward more domain-driven design, and with that comes the...
Hey everyone, I've been wrestling with database schema changes lately, especially in production environments. What are your go-to strategies for manag...
Hey everyone, I'm building some new microservices and I'm stuck on a pretty common, but always annoying, choice: SQL or NoSQL for each one's database....
hey everyone, ive been thinking a lot about scaling our databases recently. we're hitting some limits with our current setup, and sharding seems like ...
hey everyone im architecting a new platform that will involve a lot of user generated content images videos docs etc im trying to decide between using...
hey everyone im thinkin alot bout scalin our dbz recently were hitten some limits w our current setup and need to explore sharding ive looked into hor...
hey everyone, im starting to architect a new social media platform and im hitting the classic sql vs. nosql decision point. we'll have user profiles, ...
Hey everyone, I'm wrestling with scaling a read-heavy application and trying to decide between sharding our primary database or just adding more read ...
hey folks, ive been setting up a new application and was thinking about database connection pooling. were using PostgreSQL. for smaller apps, i often ...