These are interesting problems with no solutions shown. Submit your own solutions or problems to contribute!
These are interesting problems with no solutions shown. Submit your own solutions or problems to contribute!
5 challenges available
Design a system that automatically tunes database parameters based on workload analysis....
Design a database connection pooler like PgBouncer supporting various pooling modes....
Build a tool that estimates query costs before execution to prevent expensive queries....
Implement a query optimizer that transforms SQL queries into efficient execution plans using cost-based optimization....
Design a system that plans database schema migrations minimizing downtime, handling data transformation and rollback sce...