What is dau in system design?

DAU (Daily Active Users) in system design is the number of unique users who actively use a product or service each day, helping estimate traffic, server load, storage, and scalability needs. It’s a key metric for designing infrastructure capacity, database performance, and concurrency handling.
 
Back
Top