I’ve been reading SQL Performance Explained book recently and got curious how performant is PostgreSQL with properly configured partial indices. Thus in this blog post I’ll construct a toy task management system example which supports inter-task dependencies.
[Read More]