171 discussions in the community
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 ...
hey folks, ive been thinkin bout puttin rate limitin on our microservices architecture. the main q is if its better to set limits on each service sepa...
hey everyone, i've been thinking a lot about how to optimize database performance, especially in high-traffic applications. connection pooling seems l...
hey everyon im workin on a new project that needs real-time updates pushed from the server to lots of clients. were tryna choose between WebSockets an...
Hey everyone, I'm considering adding rate limiting to a new service we're building. We want to stop abuse and make sure everyone gets a fair shot at u...
Hey everyone, I've been thinking a lot about how our different microservices communicate lately. Some parts of our system are pretty tightly coupled, ...
Lately, I've been thinking about how to deal with potential duplicate messages when using message queues in a microservices architecture. We're using ...
Hey everyone, I've been evaluating event streaming solutions for a new project and Kafka keeps coming up. It seems like the default choice for many hi...
hey everyone, i'm wrestling with a common problem: event sourcing. we're looking at storing application events, and the usual suspects are relational ...
indexes are usually good for reading stuff faster right, but some queries have been getting slower lately even after I added more indexes. it feels li...
Hey everyone, I'm wrestling with a decision for a growing application: how to shard our primary database. We've outgrown a single instance and need to...
I've been working with relational databases for ages, and they've been fine for structured data. But lately, I've been thinking about situations where...
hey everyone im working on a system that needs to store user-uploaded images and videos were currently using postgresql and im wondering about the bes...