--

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.

--

--

Responses (1)