Skip to content

Instantly share code, notes, and snippets.

@ashumeow
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save ashumeow/4bbb16582db7d0c5a0e6 to your computer and use it in GitHub Desktop.

Select an option

Save ashumeow/4bbb16582db7d0c5a0e6 to your computer and use it in GitHub Desktop.
TestQuery
SELECT respSize, respCookieLen, respHeadersSize, respHttpVersion, resp_vary, _cdn_provider, resp_cache_control, resp_content_encoding, _gzip_save, resp_transfer_encoding, resp_age, resp_connection, resp_accept_ranges, resp_server, urlShort
FROM [httparchive:runs.latest_requests]
LIMIT 10
SELECT requestid, urlShort, reqHttpVersion, reqHeadersSize, respSize, mimeType, respCookieLen, resp_cache_control, _gzip_save, resp_server FROM [httparchive:runs.2014_11_15_requests_mobile]
LIMIT 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment