Query Performance Analysis
Interactive line graph showing query time vs data count comparison
Performance Metrics
Comparing query performance across three queries, 1st & 2nd is using index, while 3rd query have no index
Query 1: using Limit and Offset
Query 2: using Limit and Keyset Pagination
Query 3: no index