winnie-fsAll Chains Latency - Top-level Categories
    Updated 2024-01-17
    -- forked from forgash / All Chains Delay - Cats @ https://flipsidecrypto.xyz/forgash/q/all-chains-delay-DkdsNk
    -- forked from All Chains Delay @ https://flipsidecrypto.xyz/edit/queries/ba5b9498-40ec-4d44-9465-5f65b06b363d
    with
    arbitrum as (
    select
    datediff('second', max(block_timestamp), current_timestamp) / 60 as mins_behind,
    'arbitrum' as chain,
    'fact_blocks' as table_name
    from
    arbitrum.core.fact_blocks
    union
    select
    datediff('second', max(block_timestamp), current_timestamp) / 60 as mins_behind,
    'arbitrum' as chain,
    'fact_transactions' as table_name
    from
    arbitrum.core.fact_transactions
    union
    select
    datediff('second', max(block_timestamp), current_timestamp) / 60 as mins_behind,
    'arbitrum' as chain,
    'fact_event_logs' as table_name
    from
    arbitrum.core.fact_event_logs
    union
    select
    datediff('second', max(block_timestamp), current_timestamp) / 60 as mins_behind,
    'arbitrum' as chain,
    'fact_traces' as table_name
    from
    arbitrum.core.fact_traces
    ),
    aurora as (
    select
    datediff('second', max(block_timestamp), current_timestamp) / 60 as mins_behind,
    'aurora' as chain,
    Last run: 25 days ago
    CHAIN
    TABLE_TYPE
    MINS_BEHIND
    HRS_BEHIND
    1
    arbitrumevent_level14.1666670.236111116667
    2
    arbitrumtop_level14.1666670.236111116667
    3
    auroraevent_level51.0833330.851388883333
    4
    auroratop_level50.96666650.849444441667
    5
    avalancheevent_level38.6833330.644722216667
    6
    avalanchetop_level38.6833330.644722216667
    7
    axelarevent_level45.90.765
    8
    axelartop_level45.85833350.764305558333
    9
    baseevent_level63.9166671.065277783333
    10
    basetop_level63.9166671.065277783333
    11
    bitcoinevent_level36.10.601666666667
    12
    bitcointop_level36.10.601666666667
    13
    bscevent_level34.3166670.57194445
    14
    bsctop_level34.3166670.57194445
    15
    cosmosevent_level187.4666673.12444445
    16
    cosmostop_level172.3166672.87194445
    17
    ethereumevent_level15.6833330.261388883333
    18
    ethereumtop_level15.6833330.261388883333
    19
    flowevent_level27.0166670.450277783333
    20
    flowtop_level270.45
    34
    2KB
    226s