Loading…
Breaking data into related tables to:
Normalized structure:
Each piece of information stored once, linked by foreign keys.
Query the normalized structure to get user activity:
Group by user, order by event count descending, limit 5.
Downloading SQL engine… (one-time)
This runs entirely in your browser and is cached for next time.