measure-write-traffic.sql 101 B

123
  1. SELECT COUNT(*) AS rows,
  2. COALESCE(MAX(length(CAST(data AS BLOB))), 0) AS largest
  3. FROM events;