8000 Some ideas for viz pipeline · Issue #2 · m-lab/analysis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Some ideas for viz pipeline #2
Open
@gfr10598

Description

@gfr10598

This query runs in a minute or two, with minimal resources. It generates 1/4 billion rows constituting a MinRTT histogram for each hour and each host.

SELECT
_partitiontime as pt,
timestamp_trunc(log_time, HOUR) as hour,
connection_spec.server_hostname as host,
ROUND(log(web100_log_entry.snap.MinRTT+1), 1) AS bucket,
round(avg(web100_log_entry.snap.MinRTT), 1) as avg,
COUNT(*) AS COUNT
FROM mlab-oti.base_tables.ndt
GROUP BY pt, hour, host, bucket

< 4496 /div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0