HTTPArchive / almanac.httparchive.org

HTTP Archive's annual "State of the Web" report made by the web community

Home Page:https://almanac.httparchive.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add linter rule to catch TABLESAMPLE in queries

rviscomi opened this issue · comments

A useful way to iterate on queries is to use the TABLESAMPLE feature to speed up processing time. However, this takes a ~random sample of the dataset and is not suitable for production use.

image

Add a linter rule to catch any sampling that might slip into analysis PRs.