Jul 29, 2023
Your benchmarks basically compare “SELECT *” vs “SELECT COUNT(*)” , in first case returns rows vs returning single number, that’s why you see that allocated memory difference.
Your benchmarks basically compare “SELECT *” vs “SELECT COUNT(*)” , in first case returns rows vs returning single number, that’s why you see that allocated memory difference.