ended8월 7일· 1 sources
The DISTINCT in Your COUNT
Why it matters
Here is a query that shows up in every analytics workload: SELECT count(DISTINCT user_id) FROM events; It looks like the cheapest possible thing: count the distinct users. On a machine with cores to s...
1
Sources
+0
24h
—
Growth
5d
Active