Percentile Trace

Watchlist

The last 50 events on this account, out of 600 000 rows across 40 accounts. Everything above this line was prerendered. The rows below arrive when the database answers.

create policy account_read on trace.watchlist_before
  for select to trace_app
  using (account_id in (select account_id from account_members where user_id = auth.uid()));

-- index on (account_id, event_at desc): present