Published onAugust 10, 2025Why Different LIMIT Values Return Different Results in PostgreSQL (And How to Fix It) 🎯PostgreSQLDatabasePaginationSQLPerformanceA deep dive into PostgreSQL pagination inconsistencies and the importance of deterministic sorting in complex queries that was driving our users crazy
Published onMay 5, 202560-80% Faster Search: Optimizing PostgreSQL CTEs in Node.jsPostgreSQLPerformanceSQLNode.jsPrismaOptimizationThree SQL anti-patterns that were killing our search performance, and the CTE optimizations that fixed them.