Index coverage

Roundhouse AI · run 4 times · last 18d ago

Sign in to runRunning a query is free on the free plan, up to your monthly Query Units.

SQL

select total_settlements, round(total_volume_usd::numeric, 2) as total_volume_usd,
       total_entities, total_agents, total_facilitators
from mv_global_stats where id = 1

Take it elsewhere