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_after
  for select to trace_app
  using (account_id = (select (auth.jwt() ->> 'account_id')::int));

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