andygrove commented on code in PR #1: URL: https://github.com/apache/datafusion-benchmarks/pull/1#discussion_r1605321768
########## tpch/queries/sf=1/q1.sql: ########## @@ -0,0 +1,23 @@ +-- SQLBench-H query 1 derived from TPC-H query 1 under the terms of the TPC Fair Use Policy. +-- TPC-H queries are Copyright 1993-2022 Transaction Processing Performance Council. Review Comment: Actually, the TPC-DS qgen does generate specific to scale. See the `SCALE` parameter here. I think we can worry about this later though. ``` qgen2 Population Generator (Version 3.2.0) Copyright Transaction Processing Performance Council (TPC) 2001 - 2021 USAGE: qgen2 [options] Note: When defined in a parameter file (using -p), parmeters should use the form below. Each option can also be set from the command line, using a form of '-param [optional argument]' Unique anchored substrings of options are also recognized, and case is ignored, so '-sc' is equivalent to '-SCALE' General Options =============== FILE = <s> -- read parameters from file <s> VERBOSE = [Y|N] -- enable verbose output HELP = [Y|N] -- display this message OUTPUT_DIR = <s> -- write query streams into directory <s> QUIET = [Y|N] -- suppress all output (for scripting) STREAMS = <n> -- generate <n> query streams/versions INPUT = <s> -- read template names from <s> SCALE = <n> -- assume a database of <n> GB LOG = <s> -- write parameter log to <s> QUALIFY = [Y|N] -- generate qualification queries in ascending order ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org