├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── NOTICE.md ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── azure-pipelines.yml ├── code ├── .gitignore ├── TPC_DS_EULA.txt ├── specification │ ├── specification.docx │ └── specification.pdf ├── tests │ ├── Test_Document.txt │ ├── bug24.sh │ ├── bug546.sh │ ├── build_tools.sh │ ├── catv_up.sql │ ├── ccv_up.sql │ ├── chunked_data.sh │ ├── cleanUp.sh │ ├── cr_cc_join.sh │ ├── custv_up.sql │ ├── db2_setup.sh │ ├── dm_c.sql │ ├── dm_c_t.sql │ ├── dm_ca.sql │ ├── dm_ca_t.sql │ ├── dm_ca_v.sql │ ├── dm_cc.sql │ ├── dm_cc_s.sql │ ├── dm_cc_t.sql │ ├── dm_cp.sql │ ├── dm_cp_t.sql │ ├── dm_i.sql │ ├── dm_i_s.sql │ ├── dm_i_t.sql │ ├── dm_p.sql │ ├── dm_p_t.sql │ ├── dm_s.sql │ ├── dm_s_s.sql │ ├── dm_s_t.sql │ ├── dm_w.sql │ ├── dm_w_t.sql │ ├── dm_wp.sql │ ├── dm_wp_s.sql │ ├── dm_wp_t.sql │ ├── dm_ws.sql │ ├── dm_ws_s.sql │ ├── dm_ws_t.sql │ ├── emptyTest.sh │ ├── fail.sh │ ├── gen_base_data.sh │ ├── gen_update_data.sh │ ├── itemv_up.sql │ ├── iv_up.sql │ ├── lf_cr.sql │ ├── lf_cr_t.sql │ ├── lf_cs.sql │ ├── lf_cs_t.sql │ ├── lf_sr.sql │ ├── lf_sr_t.sql │ ├── lf_ss.sql │ ├── lf_ss_t.sql │ ├── lf_wr.sql │ ├── lf_wr_t.sql │ ├── lf_ws.sql │ ├── lf_ws_t.sql │ ├── load_base_data.sh │ ├── mysql_setup.sh │ ├── promv_up.sql │ ├── ri.sh │ ├── ri_base_data.sh │ ├── rowcount_base_data.sh │ ├── sparseKeys.sh │ ├── storv_up.sql │ ├── table_option.sh │ ├── test_list.sh │ ├── websv_up.sql │ ├── webv_up.sql │ └── wrhsv_up.sql └── tools │ ├── Cygwin Tools.props │ ├── Cygwin Tools.targets │ ├── HISTORY │ ├── How_To_Guide-DS-V2.0.0.docx │ ├── How_To_Guide.doc │ ├── Makefile.suite │ ├── PORTING.NOTES │ ├── QGEN.doc │ ├── QgenMain.c │ ├── README │ ├── README_grammar.txt │ ├── ReleaseNotes.txt │ ├── StringBuffer.c │ ├── StringBuffer.h │ ├── address.c │ ├── address.h │ ├── ansi.tpl │ ├── build_support.c │ ├── build_support.h │ ├── calendar.dst │ ├── call_center.dat │ ├── checksum.c │ ├── checksum.vcproj │ ├── checksum.vcxproj │ ├── checksum.vcxproj.filters │ ├── cities.dst │ ├── column_list.txt │ ├── columns.h │ ├── config.h │ ├── constants.h │ ├── date.c │ ├── date.h │ ├── db2.tpl │ ├── dbgen2.bsc │ ├── dbgen2.sln │ ├── dbgen2.vcproj │ ├── dbgen2.vcxproj │ ├── dbgen2.vcxproj.filters │ ├── dbgen_version.c │ ├── dbgen_version.h │ ├── dcgram.c │ ├── dcgram.h │ ├── dcomp.c │ ├── dcomp.h │ ├── dcomp_params.h │ ├── decimal.c │ ├── decimal.h │ ├── dist.c │ ├── dist.h │ ├── distcomp.vcproj │ ├── distcomp.vcxproj │ ├── distcomp.vcxproj.filters │ ├── driver.c │ ├── driver.h │ ├── english.dst │ ├── error_msg.c │ ├── error_msg.h │ ├── eval.c │ ├── eval.h │ ├── expr.c │ ├── expr.h │ ├── fips.dst │ ├── genrand.c │ ├── genrand.h │ ├── grammar.c │ ├── grammar.h │ ├── grammar.vcproj │ ├── grammar.vcxproj │ ├── grammar.vcxproj.filters │ ├── grammar_support.c │ ├── grammar_support.h │ ├── items.dst │ ├── join.c │ ├── joint_distribution.c │ ├── joint_distribution.h │ ├── keywords.c │ ├── keywords.h │ ├── lex.yy.c │ ├── list.c │ ├── list.h │ ├── load.c │ ├── load.h │ ├── makefile │ ├── mathops.h │ ├── misc.c │ ├── misc.h │ ├── mkheader.c │ ├── mkheader.vcproj │ ├── mkheader.vcxproj │ ├── mkheader.vcxproj.filters │ ├── names.dst │ ├── netezza.tpl │ ├── nulls.c │ ├── nulls.h │ ├── oracle.tpl │ ├── parallel.c │ ├── parallel.h │ ├── parallel.sh │ ├── params.h │ ├── permute.c │ ├── permute.h │ ├── porting.c │ ├── porting.h │ ├── pricing.c │ ├── pricing.h │ ├── print.c │ ├── print.h │ ├── qgen.y │ ├── qgen2.vcproj │ ├── qgen2.vcxproj │ ├── qgen2.vcxproj.filters │ ├── qgen_params.h │ ├── query_handler.c │ ├── query_handler.h │ ├── r_params.c │ ├── r_params.h │ ├── release.c │ ├── release.h │ ├── s_brand.c │ ├── s_brand.h │ ├── s_call_center.c │ ├── s_call_center.h │ ├── s_catalog.c │ ├── s_catalog.h │ ├── s_catalog_order.c │ ├── s_catalog_order.h │ ├── s_catalog_order_lineitem.c │ ├── s_catalog_order_lineitem.h │ ├── s_catalog_page.c │ ├── s_catalog_page.h │ ├── s_catalog_promotional_item.c │ ├── s_catalog_promotional_item.h │ ├── s_catalog_returns.c │ ├── s_catalog_returns.h │ ├── s_category.c │ ├── s_category.h │ ├── s_class.c │ ├── s_class.h │ ├── s_company.c │ ├── s_company.h │ ├── s_customer.c │ ├── s_customer.h │ ├── s_customer_address.c │ ├── s_customer_address.h │ ├── s_division.c │ ├── s_division.h │ ├── s_inventory.c │ ├── s_inventory.h │ ├── s_item.c │ ├── s_item.h │ ├── s_manager.c │ ├── s_manager.h │ ├── s_manufacturer.c │ ├── s_manufacturer.h │ ├── s_market.c │ ├── s_market.h │ ├── s_pline.c │ ├── s_pline.h │ ├── s_product.c │ ├── s_product.h │ ├── s_promotion.c │ ├── s_promotion.h │ ├── s_purchase.c │ ├── s_purchase.h │ ├── s_reason.c │ ├── s_reason.h │ ├── s_store.c │ ├── s_store.h │ ├── s_store_promotional_item.c │ ├── s_store_promotional_item.h │ ├── s_store_returns.c │ ├── s_store_returns.h │ ├── s_subcategory.c │ ├── s_subcategory.h │ ├── s_subclass.c │ ├── s_subclass.h │ ├── s_tdefs.h │ ├── s_warehouse.c │ ├── s_warehouse.h │ ├── s_web_order.c │ ├── s_web_order.h │ ├── s_web_order_lineitem.c │ ├── s_web_order_lineitem.h │ ├── s_web_page.c │ ├── s_web_page.h │ ├── s_web_promotinal_item.c │ ├── s_web_promotional_item.h │ ├── s_web_returns.c │ ├── s_web_returns.h │ ├── s_web_site.c │ ├── s_web_site.h │ ├── s_zip_to_gmt.c │ ├── s_zip_to_gmt.h │ ├── scaling.c │ ├── scaling.dst │ ├── scaling.h │ ├── scd.c │ ├── scd.h │ ├── source_schema.wam │ ├── sparse.c │ ├── sparse.h │ ├── streams.h │ ├── streets.dst │ ├── substitution.c │ ├── substitution.h │ ├── tables.h │ ├── tdef_functions.c │ ├── tdef_functions.h │ ├── tdefs.c │ ├── tdefs.h │ ├── template.h │ ├── text.c │ ├── tokenizer.c │ ├── tokenizer.l │ ├── tpcds.dst │ ├── tpcds.idx │ ├── tpcds.idx.h │ ├── tpcds.sql │ ├── tpcds.wam │ ├── tpcds_20080910.sum │ ├── tpcds_ri.sql │ ├── tpcds_source.sql │ ├── utility.c │ ├── utility.h │ ├── validate.c │ ├── validate.h │ ├── w_call_center.c │ ├── w_call_center.h │ ├── w_catalog_page.c │ ├── w_catalog_page.h │ ├── w_catalog_returns.c │ ├── w_catalog_returns.h │ ├── w_catalog_sales.c │ ├── w_catalog_sales.h │ ├── w_customer.c │ ├── w_customer.h │ ├── w_customer_address.c │ ├── w_customer_address.h │ ├── w_customer_demographics.c │ ├── w_customer_demographics.h │ ├── w_datetbl.c │ ├── w_datetbl.h │ ├── w_household_demographics.c │ ├── w_household_demographics.h │ ├── w_income_band.c │ ├── w_income_band.h │ ├── w_inventory.c │ ├── w_inventory.h │ ├── w_item.c │ ├── w_item.h │ ├── w_promotion.c │ ├── w_promotion.h │ ├── w_reason.c │ ├── w_reason.h │ ├── w_ship_mode.c │ ├── w_ship_mode.h │ ├── w_store.c │ ├── w_store.h │ ├── w_store_returns.c │ ├── w_store_returns.h │ ├── w_store_sales.c │ ├── w_store_sales.h │ ├── w_tdefs.h │ ├── w_timetbl.c │ ├── w_timetbl.h │ ├── w_warehouse.c │ ├── w_warehouse.h │ ├── w_web_page.c │ ├── w_web_page.h │ ├── w_web_returns.c │ ├── w_web_returns.h │ ├── w_web_sales.c │ ├── w_web_sales.h │ ├── w_web_site.c │ ├── w_web_site.h │ ├── y.tab.c │ └── y.tab.h ├── query_templates_pg ├── agg_queries │ ├── postgres.tpl │ ├── query013.tpl │ ├── query018.tpl │ ├── query019.tpl │ ├── query025.tpl │ ├── query027.tpl │ ├── query040.tpl │ ├── query050.tpl │ ├── query072.tpl │ ├── query084.tpl │ ├── query085.tpl │ ├── query091.tpl │ ├── query099.tpl │ ├── query100.tpl │ ├── query101.tpl │ └── query102.tpl ├── multi_block_queries │ ├── postgres.tpl │ ├── query001.tpl │ ├── query010.tpl │ ├── query014.tpl │ ├── query023.tpl │ ├── query030.tpl │ ├── query031.tpl │ ├── query032.tpl │ ├── query038.tpl │ ├── query039.tpl │ ├── query054.tpl │ ├── query058.tpl │ ├── query059.tpl │ ├── query064.tpl │ ├── query065.tpl │ ├── query069.tpl │ ├── query075.tpl │ ├── query080.tpl │ ├── query081.tpl │ ├── query083.tpl │ ├── query087.tpl │ ├── query092.tpl │ └── query094.tpl └── spj_queries │ ├── postgres.tpl │ ├── query013_spj.tpl │ ├── query018_spj.tpl │ ├── query019_spj.tpl │ ├── query025_spj.tpl │ ├── query027_spj.tpl │ ├── query040_spj.tpl │ ├── query050_spj.tpl │ ├── query072_spj.tpl │ ├── query084_spj.tpl │ ├── query085_spj.tpl │ ├── query091_spj.tpl │ ├── query099_spj.tpl │ ├── query100_spj.tpl │ ├── query101_spj.tpl │ └── query102_spj.tpl ├── query_templates_sqlserver ├── agg_queries │ ├── query013.tpl │ ├── query018.tpl │ ├── query019.tpl │ ├── query025.tpl │ ├── query027.tpl │ ├── query040.tpl │ ├── query050.tpl │ ├── query072.tpl │ ├── query084.tpl │ ├── query085.tpl │ ├── query091.tpl │ ├── query099.tpl │ ├── query100.tpl │ ├── query101.tpl │ ├── query102.tpl │ └── sqlserver.tpl ├── multi_block_queries │ ├── query001.tpl │ ├── query010.tpl │ ├── query014.tpl │ ├── query023.tpl │ ├── query030.tpl │ ├── query031.tpl │ ├── query032.tpl │ ├── query038.tpl │ ├── query039.tpl │ ├── query054.tpl │ ├── query058.tpl │ ├── query059.tpl │ ├── query064.tpl │ ├── query065.tpl │ ├── query069.tpl │ ├── query075.tpl │ ├── query080.tpl │ ├── query081.tpl │ ├── query083.tpl │ ├── query087.tpl │ ├── query092.tpl │ ├── query094.tpl │ └── sqlserver.tpl └── spj_queries │ ├── query013_spj.tpl │ ├── query018_spj.tpl │ ├── query019_spj.tpl │ ├── query025_spj.tpl │ ├── query027_spj.tpl │ ├── query040_spj.tpl │ ├── query050_spj.tpl │ ├── query072_spj.tpl │ ├── query084_spj.tpl │ ├── query085_spj.tpl │ ├── query091_spj.tpl │ ├── query099_spj.tpl │ ├── query100_spj.tpl │ ├── query101_spj.tpl │ ├── query102_spj.tpl │ └── sqlserver.tpl └── scripts ├── SQL_utils.py ├── create_index_pg.py ├── create_tables.sql ├── dsb_index_pg.sql ├── dsb_index_sqlserver.sql ├── generate_dsb_db_files.py ├── generate_workload.py ├── load_data_pg.py ├── load_data_sqlserver.py ├── load_db_files_sqlserver.sql ├── pg_util.py ├── start_sqlserver.py ├── util.py └── workload_config.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/LICENSE -------------------------------------------------------------------------------- /NOTICE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/NOTICE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /azure-pipelines.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/azure-pipelines.yml -------------------------------------------------------------------------------- /code/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/.gitignore -------------------------------------------------------------------------------- /code/TPC_DS_EULA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/TPC_DS_EULA.txt -------------------------------------------------------------------------------- /code/specification/specification.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/specification/specification.docx -------------------------------------------------------------------------------- /code/specification/specification.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/specification/specification.pdf -------------------------------------------------------------------------------- /code/tests/Test_Document.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/Test_Document.txt -------------------------------------------------------------------------------- /code/tests/bug24.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/bug24.sh -------------------------------------------------------------------------------- /code/tests/bug546.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/bug546.sh -------------------------------------------------------------------------------- /code/tests/build_tools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/build_tools.sh -------------------------------------------------------------------------------- /code/tests/catv_up.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/catv_up.sql -------------------------------------------------------------------------------- /code/tests/ccv_up.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/ccv_up.sql -------------------------------------------------------------------------------- /code/tests/chunked_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/chunked_data.sh -------------------------------------------------------------------------------- /code/tests/cleanUp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/cleanUp.sh -------------------------------------------------------------------------------- /code/tests/cr_cc_join.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/cr_cc_join.sh -------------------------------------------------------------------------------- /code/tests/custv_up.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/custv_up.sql -------------------------------------------------------------------------------- /code/tests/db2_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/db2_setup.sh -------------------------------------------------------------------------------- /code/tests/dm_c.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_c.sql -------------------------------------------------------------------------------- /code/tests/dm_c_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_c_t.sql -------------------------------------------------------------------------------- /code/tests/dm_ca.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_ca.sql -------------------------------------------------------------------------------- /code/tests/dm_ca_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_ca_t.sql -------------------------------------------------------------------------------- /code/tests/dm_ca_v.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_ca_v.sql -------------------------------------------------------------------------------- /code/tests/dm_cc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_cc.sql -------------------------------------------------------------------------------- /code/tests/dm_cc_s.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_cc_s.sql -------------------------------------------------------------------------------- /code/tests/dm_cc_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_cc_t.sql -------------------------------------------------------------------------------- /code/tests/dm_cp.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_cp.sql -------------------------------------------------------------------------------- /code/tests/dm_cp_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_cp_t.sql -------------------------------------------------------------------------------- /code/tests/dm_i.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_i.sql -------------------------------------------------------------------------------- /code/tests/dm_i_s.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_i_s.sql -------------------------------------------------------------------------------- /code/tests/dm_i_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_i_t.sql -------------------------------------------------------------------------------- /code/tests/dm_p.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_p.sql -------------------------------------------------------------------------------- /code/tests/dm_p_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_p_t.sql -------------------------------------------------------------------------------- /code/tests/dm_s.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_s.sql -------------------------------------------------------------------------------- /code/tests/dm_s_s.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_s_s.sql -------------------------------------------------------------------------------- /code/tests/dm_s_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_s_t.sql -------------------------------------------------------------------------------- /code/tests/dm_w.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_w.sql -------------------------------------------------------------------------------- /code/tests/dm_w_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_w_t.sql -------------------------------------------------------------------------------- /code/tests/dm_wp.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_wp.sql -------------------------------------------------------------------------------- /code/tests/dm_wp_s.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_wp_s.sql -------------------------------------------------------------------------------- /code/tests/dm_wp_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_wp_t.sql -------------------------------------------------------------------------------- /code/tests/dm_ws.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_ws.sql -------------------------------------------------------------------------------- /code/tests/dm_ws_s.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_ws_s.sql -------------------------------------------------------------------------------- /code/tests/dm_ws_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/dm_ws_t.sql -------------------------------------------------------------------------------- /code/tests/emptyTest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/emptyTest.sh -------------------------------------------------------------------------------- /code/tests/fail.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/fail.sh -------------------------------------------------------------------------------- /code/tests/gen_base_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/gen_base_data.sh -------------------------------------------------------------------------------- /code/tests/gen_update_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/gen_update_data.sh -------------------------------------------------------------------------------- /code/tests/itemv_up.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/itemv_up.sql -------------------------------------------------------------------------------- /code/tests/iv_up.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/iv_up.sql -------------------------------------------------------------------------------- /code/tests/lf_cr.sql: -------------------------------------------------------------------------------- 1 | insert into catalog_returns (select * from crv); 2 | rollback; 3 | -------------------------------------------------------------------------------- /code/tests/lf_cr_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/lf_cr_t.sql -------------------------------------------------------------------------------- /code/tests/lf_cs.sql: -------------------------------------------------------------------------------- 1 | insert into catalog_sales (select * from csv); 2 | rollback; 3 | 4 | -------------------------------------------------------------------------------- /code/tests/lf_cs_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/lf_cs_t.sql -------------------------------------------------------------------------------- /code/tests/lf_sr.sql: -------------------------------------------------------------------------------- 1 | insert into store_returns (select * from srv); 2 | rollback; 3 | -------------------------------------------------------------------------------- /code/tests/lf_sr_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/lf_sr_t.sql -------------------------------------------------------------------------------- /code/tests/lf_ss.sql: -------------------------------------------------------------------------------- 1 | insert into store_sales (select * from ssv); 2 | rollback; 3 | -------------------------------------------------------------------------------- /code/tests/lf_ss_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/lf_ss_t.sql -------------------------------------------------------------------------------- /code/tests/lf_wr.sql: -------------------------------------------------------------------------------- 1 | insert into web_returns (select * from wrv); 2 | rollback; 3 | -------------------------------------------------------------------------------- /code/tests/lf_wr_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/lf_wr_t.sql -------------------------------------------------------------------------------- /code/tests/lf_ws.sql: -------------------------------------------------------------------------------- 1 | insert into web_sales (select * from wsv); 2 | rollback; 3 | 4 | -------------------------------------------------------------------------------- /code/tests/lf_ws_t.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/lf_ws_t.sql -------------------------------------------------------------------------------- /code/tests/load_base_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/load_base_data.sh -------------------------------------------------------------------------------- /code/tests/mysql_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/mysql_setup.sh -------------------------------------------------------------------------------- /code/tests/promv_up.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/promv_up.sql -------------------------------------------------------------------------------- /code/tests/ri.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/ri.sh -------------------------------------------------------------------------------- /code/tests/ri_base_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/ri_base_data.sh -------------------------------------------------------------------------------- /code/tests/rowcount_base_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/rowcount_base_data.sh -------------------------------------------------------------------------------- /code/tests/sparseKeys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/sparseKeys.sh -------------------------------------------------------------------------------- /code/tests/storv_up.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/storv_up.sql -------------------------------------------------------------------------------- /code/tests/table_option.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/table_option.sh -------------------------------------------------------------------------------- /code/tests/test_list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/test_list.sh -------------------------------------------------------------------------------- /code/tests/websv_up.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/websv_up.sql -------------------------------------------------------------------------------- /code/tests/webv_up.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/webv_up.sql -------------------------------------------------------------------------------- /code/tests/wrhsv_up.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tests/wrhsv_up.sql -------------------------------------------------------------------------------- /code/tools/Cygwin Tools.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/Cygwin Tools.props -------------------------------------------------------------------------------- /code/tools/Cygwin Tools.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/Cygwin Tools.targets -------------------------------------------------------------------------------- /code/tools/HISTORY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/HISTORY -------------------------------------------------------------------------------- /code/tools/How_To_Guide-DS-V2.0.0.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/How_To_Guide-DS-V2.0.0.docx -------------------------------------------------------------------------------- /code/tools/How_To_Guide.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/How_To_Guide.doc -------------------------------------------------------------------------------- /code/tools/Makefile.suite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/Makefile.suite -------------------------------------------------------------------------------- /code/tools/PORTING.NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/PORTING.NOTES -------------------------------------------------------------------------------- /code/tools/QGEN.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/QGEN.doc -------------------------------------------------------------------------------- /code/tools/QgenMain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/QgenMain.c -------------------------------------------------------------------------------- /code/tools/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/README -------------------------------------------------------------------------------- /code/tools/README_grammar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/README_grammar.txt -------------------------------------------------------------------------------- /code/tools/ReleaseNotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/ReleaseNotes.txt -------------------------------------------------------------------------------- /code/tools/StringBuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/StringBuffer.c -------------------------------------------------------------------------------- /code/tools/StringBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/StringBuffer.h -------------------------------------------------------------------------------- /code/tools/address.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/address.c -------------------------------------------------------------------------------- /code/tools/address.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/address.h -------------------------------------------------------------------------------- /code/tools/ansi.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/ansi.tpl -------------------------------------------------------------------------------- /code/tools/build_support.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/build_support.c -------------------------------------------------------------------------------- /code/tools/build_support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/build_support.h -------------------------------------------------------------------------------- /code/tools/calendar.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/calendar.dst -------------------------------------------------------------------------------- /code/tools/call_center.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/call_center.dat -------------------------------------------------------------------------------- /code/tools/checksum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/checksum.c -------------------------------------------------------------------------------- /code/tools/checksum.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/checksum.vcproj -------------------------------------------------------------------------------- /code/tools/checksum.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/checksum.vcxproj -------------------------------------------------------------------------------- /code/tools/checksum.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/checksum.vcxproj.filters -------------------------------------------------------------------------------- /code/tools/cities.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/cities.dst -------------------------------------------------------------------------------- /code/tools/column_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/column_list.txt -------------------------------------------------------------------------------- /code/tools/columns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/columns.h -------------------------------------------------------------------------------- /code/tools/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/config.h -------------------------------------------------------------------------------- /code/tools/constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/constants.h -------------------------------------------------------------------------------- /code/tools/date.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/date.c -------------------------------------------------------------------------------- /code/tools/date.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/date.h -------------------------------------------------------------------------------- /code/tools/db2.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/db2.tpl -------------------------------------------------------------------------------- /code/tools/dbgen2.bsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dbgen2.bsc -------------------------------------------------------------------------------- /code/tools/dbgen2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dbgen2.sln -------------------------------------------------------------------------------- /code/tools/dbgen2.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dbgen2.vcproj -------------------------------------------------------------------------------- /code/tools/dbgen2.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dbgen2.vcxproj -------------------------------------------------------------------------------- /code/tools/dbgen2.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dbgen2.vcxproj.filters -------------------------------------------------------------------------------- /code/tools/dbgen_version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dbgen_version.c -------------------------------------------------------------------------------- /code/tools/dbgen_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dbgen_version.h -------------------------------------------------------------------------------- /code/tools/dcgram.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dcgram.c -------------------------------------------------------------------------------- /code/tools/dcgram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dcgram.h -------------------------------------------------------------------------------- /code/tools/dcomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dcomp.c -------------------------------------------------------------------------------- /code/tools/dcomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dcomp.h -------------------------------------------------------------------------------- /code/tools/dcomp_params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dcomp_params.h -------------------------------------------------------------------------------- /code/tools/decimal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/decimal.c -------------------------------------------------------------------------------- /code/tools/decimal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/decimal.h -------------------------------------------------------------------------------- /code/tools/dist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dist.c -------------------------------------------------------------------------------- /code/tools/dist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/dist.h -------------------------------------------------------------------------------- /code/tools/distcomp.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/distcomp.vcproj -------------------------------------------------------------------------------- /code/tools/distcomp.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/distcomp.vcxproj -------------------------------------------------------------------------------- /code/tools/distcomp.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/distcomp.vcxproj.filters -------------------------------------------------------------------------------- /code/tools/driver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/driver.c -------------------------------------------------------------------------------- /code/tools/driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/driver.h -------------------------------------------------------------------------------- /code/tools/english.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/english.dst -------------------------------------------------------------------------------- /code/tools/error_msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/error_msg.c -------------------------------------------------------------------------------- /code/tools/error_msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/error_msg.h -------------------------------------------------------------------------------- /code/tools/eval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/eval.c -------------------------------------------------------------------------------- /code/tools/eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/eval.h -------------------------------------------------------------------------------- /code/tools/expr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/expr.c -------------------------------------------------------------------------------- /code/tools/expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/expr.h -------------------------------------------------------------------------------- /code/tools/fips.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/fips.dst -------------------------------------------------------------------------------- /code/tools/genrand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/genrand.c -------------------------------------------------------------------------------- /code/tools/genrand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/genrand.h -------------------------------------------------------------------------------- /code/tools/grammar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/grammar.c -------------------------------------------------------------------------------- /code/tools/grammar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/grammar.h -------------------------------------------------------------------------------- /code/tools/grammar.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/grammar.vcproj -------------------------------------------------------------------------------- /code/tools/grammar.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/grammar.vcxproj -------------------------------------------------------------------------------- /code/tools/grammar.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/grammar.vcxproj.filters -------------------------------------------------------------------------------- /code/tools/grammar_support.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/grammar_support.c -------------------------------------------------------------------------------- /code/tools/grammar_support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/grammar_support.h -------------------------------------------------------------------------------- /code/tools/items.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/items.dst -------------------------------------------------------------------------------- /code/tools/join.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/join.c -------------------------------------------------------------------------------- /code/tools/joint_distribution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/joint_distribution.c -------------------------------------------------------------------------------- /code/tools/joint_distribution.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/joint_distribution.h -------------------------------------------------------------------------------- /code/tools/keywords.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/keywords.c -------------------------------------------------------------------------------- /code/tools/keywords.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/keywords.h -------------------------------------------------------------------------------- /code/tools/lex.yy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/lex.yy.c -------------------------------------------------------------------------------- /code/tools/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/list.c -------------------------------------------------------------------------------- /code/tools/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/list.h -------------------------------------------------------------------------------- /code/tools/load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/load.c -------------------------------------------------------------------------------- /code/tools/load.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/load.h -------------------------------------------------------------------------------- /code/tools/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/makefile -------------------------------------------------------------------------------- /code/tools/mathops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/mathops.h -------------------------------------------------------------------------------- /code/tools/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/misc.c -------------------------------------------------------------------------------- /code/tools/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/misc.h -------------------------------------------------------------------------------- /code/tools/mkheader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/mkheader.c -------------------------------------------------------------------------------- /code/tools/mkheader.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/mkheader.vcproj -------------------------------------------------------------------------------- /code/tools/mkheader.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/mkheader.vcxproj -------------------------------------------------------------------------------- /code/tools/mkheader.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/mkheader.vcxproj.filters -------------------------------------------------------------------------------- /code/tools/names.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/names.dst -------------------------------------------------------------------------------- /code/tools/netezza.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/netezza.tpl -------------------------------------------------------------------------------- /code/tools/nulls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/nulls.c -------------------------------------------------------------------------------- /code/tools/nulls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/nulls.h -------------------------------------------------------------------------------- /code/tools/oracle.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/oracle.tpl -------------------------------------------------------------------------------- /code/tools/parallel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/parallel.c -------------------------------------------------------------------------------- /code/tools/parallel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/parallel.h -------------------------------------------------------------------------------- /code/tools/parallel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/parallel.sh -------------------------------------------------------------------------------- /code/tools/params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/params.h -------------------------------------------------------------------------------- /code/tools/permute.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/permute.c -------------------------------------------------------------------------------- /code/tools/permute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/permute.h -------------------------------------------------------------------------------- /code/tools/porting.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/porting.c -------------------------------------------------------------------------------- /code/tools/porting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/porting.h -------------------------------------------------------------------------------- /code/tools/pricing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/pricing.c -------------------------------------------------------------------------------- /code/tools/pricing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/pricing.h -------------------------------------------------------------------------------- /code/tools/print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/print.c -------------------------------------------------------------------------------- /code/tools/print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/print.h -------------------------------------------------------------------------------- /code/tools/qgen.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/qgen.y -------------------------------------------------------------------------------- /code/tools/qgen2.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/qgen2.vcproj -------------------------------------------------------------------------------- /code/tools/qgen2.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/qgen2.vcxproj -------------------------------------------------------------------------------- /code/tools/qgen2.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/qgen2.vcxproj.filters -------------------------------------------------------------------------------- /code/tools/qgen_params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/qgen_params.h -------------------------------------------------------------------------------- /code/tools/query_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/query_handler.c -------------------------------------------------------------------------------- /code/tools/query_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/query_handler.h -------------------------------------------------------------------------------- /code/tools/r_params.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/r_params.c -------------------------------------------------------------------------------- /code/tools/r_params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/r_params.h -------------------------------------------------------------------------------- /code/tools/release.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/release.c -------------------------------------------------------------------------------- /code/tools/release.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/release.h -------------------------------------------------------------------------------- /code/tools/s_brand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_brand.c -------------------------------------------------------------------------------- /code/tools/s_brand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_brand.h -------------------------------------------------------------------------------- /code/tools/s_call_center.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_call_center.c -------------------------------------------------------------------------------- /code/tools/s_call_center.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_call_center.h -------------------------------------------------------------------------------- /code/tools/s_catalog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_catalog.c -------------------------------------------------------------------------------- /code/tools/s_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_catalog.h -------------------------------------------------------------------------------- /code/tools/s_catalog_order.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_catalog_order.c -------------------------------------------------------------------------------- /code/tools/s_catalog_order.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_catalog_order.h -------------------------------------------------------------------------------- /code/tools/s_catalog_order_lineitem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_catalog_order_lineitem.c -------------------------------------------------------------------------------- /code/tools/s_catalog_order_lineitem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_catalog_order_lineitem.h -------------------------------------------------------------------------------- /code/tools/s_catalog_page.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_catalog_page.c -------------------------------------------------------------------------------- /code/tools/s_catalog_page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_catalog_page.h -------------------------------------------------------------------------------- /code/tools/s_catalog_promotional_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_catalog_promotional_item.c -------------------------------------------------------------------------------- /code/tools/s_catalog_promotional_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_catalog_promotional_item.h -------------------------------------------------------------------------------- /code/tools/s_catalog_returns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_catalog_returns.c -------------------------------------------------------------------------------- /code/tools/s_catalog_returns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_catalog_returns.h -------------------------------------------------------------------------------- /code/tools/s_category.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_category.c -------------------------------------------------------------------------------- /code/tools/s_category.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_category.h -------------------------------------------------------------------------------- /code/tools/s_class.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_class.c -------------------------------------------------------------------------------- /code/tools/s_class.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_class.h -------------------------------------------------------------------------------- /code/tools/s_company.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_company.c -------------------------------------------------------------------------------- /code/tools/s_company.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_company.h -------------------------------------------------------------------------------- /code/tools/s_customer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_customer.c -------------------------------------------------------------------------------- /code/tools/s_customer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_customer.h -------------------------------------------------------------------------------- /code/tools/s_customer_address.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_customer_address.c -------------------------------------------------------------------------------- /code/tools/s_customer_address.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_customer_address.h -------------------------------------------------------------------------------- /code/tools/s_division.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_division.c -------------------------------------------------------------------------------- /code/tools/s_division.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_division.h -------------------------------------------------------------------------------- /code/tools/s_inventory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_inventory.c -------------------------------------------------------------------------------- /code/tools/s_inventory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_inventory.h -------------------------------------------------------------------------------- /code/tools/s_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_item.c -------------------------------------------------------------------------------- /code/tools/s_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_item.h -------------------------------------------------------------------------------- /code/tools/s_manager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_manager.c -------------------------------------------------------------------------------- /code/tools/s_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_manager.h -------------------------------------------------------------------------------- /code/tools/s_manufacturer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_manufacturer.c -------------------------------------------------------------------------------- /code/tools/s_manufacturer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_manufacturer.h -------------------------------------------------------------------------------- /code/tools/s_market.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_market.c -------------------------------------------------------------------------------- /code/tools/s_market.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_market.h -------------------------------------------------------------------------------- /code/tools/s_pline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_pline.c -------------------------------------------------------------------------------- /code/tools/s_pline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_pline.h -------------------------------------------------------------------------------- /code/tools/s_product.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_product.c -------------------------------------------------------------------------------- /code/tools/s_product.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_product.h -------------------------------------------------------------------------------- /code/tools/s_promotion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_promotion.c -------------------------------------------------------------------------------- /code/tools/s_promotion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_promotion.h -------------------------------------------------------------------------------- /code/tools/s_purchase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_purchase.c -------------------------------------------------------------------------------- /code/tools/s_purchase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_purchase.h -------------------------------------------------------------------------------- /code/tools/s_reason.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_reason.c -------------------------------------------------------------------------------- /code/tools/s_reason.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_reason.h -------------------------------------------------------------------------------- /code/tools/s_store.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_store.c -------------------------------------------------------------------------------- /code/tools/s_store.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_store.h -------------------------------------------------------------------------------- /code/tools/s_store_promotional_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_store_promotional_item.c -------------------------------------------------------------------------------- /code/tools/s_store_promotional_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_store_promotional_item.h -------------------------------------------------------------------------------- /code/tools/s_store_returns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_store_returns.c -------------------------------------------------------------------------------- /code/tools/s_store_returns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_store_returns.h -------------------------------------------------------------------------------- /code/tools/s_subcategory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_subcategory.c -------------------------------------------------------------------------------- /code/tools/s_subcategory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_subcategory.h -------------------------------------------------------------------------------- /code/tools/s_subclass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_subclass.c -------------------------------------------------------------------------------- /code/tools/s_subclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_subclass.h -------------------------------------------------------------------------------- /code/tools/s_tdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_tdefs.h -------------------------------------------------------------------------------- /code/tools/s_warehouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_warehouse.c -------------------------------------------------------------------------------- /code/tools/s_warehouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_warehouse.h -------------------------------------------------------------------------------- /code/tools/s_web_order.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_web_order.c -------------------------------------------------------------------------------- /code/tools/s_web_order.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_web_order.h -------------------------------------------------------------------------------- /code/tools/s_web_order_lineitem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_web_order_lineitem.c -------------------------------------------------------------------------------- /code/tools/s_web_order_lineitem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_web_order_lineitem.h -------------------------------------------------------------------------------- /code/tools/s_web_page.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_web_page.c -------------------------------------------------------------------------------- /code/tools/s_web_page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_web_page.h -------------------------------------------------------------------------------- /code/tools/s_web_promotinal_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_web_promotinal_item.c -------------------------------------------------------------------------------- /code/tools/s_web_promotional_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_web_promotional_item.h -------------------------------------------------------------------------------- /code/tools/s_web_returns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_web_returns.c -------------------------------------------------------------------------------- /code/tools/s_web_returns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_web_returns.h -------------------------------------------------------------------------------- /code/tools/s_web_site.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_web_site.c -------------------------------------------------------------------------------- /code/tools/s_web_site.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_web_site.h -------------------------------------------------------------------------------- /code/tools/s_zip_to_gmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_zip_to_gmt.c -------------------------------------------------------------------------------- /code/tools/s_zip_to_gmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/s_zip_to_gmt.h -------------------------------------------------------------------------------- /code/tools/scaling.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/scaling.c -------------------------------------------------------------------------------- /code/tools/scaling.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/scaling.dst -------------------------------------------------------------------------------- /code/tools/scaling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/scaling.h -------------------------------------------------------------------------------- /code/tools/scd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/scd.c -------------------------------------------------------------------------------- /code/tools/scd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/scd.h -------------------------------------------------------------------------------- /code/tools/source_schema.wam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/source_schema.wam -------------------------------------------------------------------------------- /code/tools/sparse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/sparse.c -------------------------------------------------------------------------------- /code/tools/sparse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/sparse.h -------------------------------------------------------------------------------- /code/tools/streams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/streams.h -------------------------------------------------------------------------------- /code/tools/streets.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/streets.dst -------------------------------------------------------------------------------- /code/tools/substitution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/substitution.c -------------------------------------------------------------------------------- /code/tools/substitution.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/substitution.h -------------------------------------------------------------------------------- /code/tools/tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tables.h -------------------------------------------------------------------------------- /code/tools/tdef_functions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tdef_functions.c -------------------------------------------------------------------------------- /code/tools/tdef_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tdef_functions.h -------------------------------------------------------------------------------- /code/tools/tdefs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tdefs.c -------------------------------------------------------------------------------- /code/tools/tdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tdefs.h -------------------------------------------------------------------------------- /code/tools/template.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/template.h -------------------------------------------------------------------------------- /code/tools/text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/text.c -------------------------------------------------------------------------------- /code/tools/tokenizer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tokenizer.c -------------------------------------------------------------------------------- /code/tools/tokenizer.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tokenizer.l -------------------------------------------------------------------------------- /code/tools/tpcds.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tpcds.dst -------------------------------------------------------------------------------- /code/tools/tpcds.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tpcds.idx -------------------------------------------------------------------------------- /code/tools/tpcds.idx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tpcds.idx.h -------------------------------------------------------------------------------- /code/tools/tpcds.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tpcds.sql -------------------------------------------------------------------------------- /code/tools/tpcds.wam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tpcds.wam -------------------------------------------------------------------------------- /code/tools/tpcds_20080910.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tpcds_20080910.sum -------------------------------------------------------------------------------- /code/tools/tpcds_ri.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tpcds_ri.sql -------------------------------------------------------------------------------- /code/tools/tpcds_source.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/tpcds_source.sql -------------------------------------------------------------------------------- /code/tools/utility.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/utility.c -------------------------------------------------------------------------------- /code/tools/utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/utility.h -------------------------------------------------------------------------------- /code/tools/validate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/validate.c -------------------------------------------------------------------------------- /code/tools/validate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/validate.h -------------------------------------------------------------------------------- /code/tools/w_call_center.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_call_center.c -------------------------------------------------------------------------------- /code/tools/w_call_center.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_call_center.h -------------------------------------------------------------------------------- /code/tools/w_catalog_page.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_catalog_page.c -------------------------------------------------------------------------------- /code/tools/w_catalog_page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_catalog_page.h -------------------------------------------------------------------------------- /code/tools/w_catalog_returns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_catalog_returns.c -------------------------------------------------------------------------------- /code/tools/w_catalog_returns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_catalog_returns.h -------------------------------------------------------------------------------- /code/tools/w_catalog_sales.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_catalog_sales.c -------------------------------------------------------------------------------- /code/tools/w_catalog_sales.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_catalog_sales.h -------------------------------------------------------------------------------- /code/tools/w_customer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_customer.c -------------------------------------------------------------------------------- /code/tools/w_customer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_customer.h -------------------------------------------------------------------------------- /code/tools/w_customer_address.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_customer_address.c -------------------------------------------------------------------------------- /code/tools/w_customer_address.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_customer_address.h -------------------------------------------------------------------------------- /code/tools/w_customer_demographics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_customer_demographics.c -------------------------------------------------------------------------------- /code/tools/w_customer_demographics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_customer_demographics.h -------------------------------------------------------------------------------- /code/tools/w_datetbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_datetbl.c -------------------------------------------------------------------------------- /code/tools/w_datetbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_datetbl.h -------------------------------------------------------------------------------- /code/tools/w_household_demographics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_household_demographics.c -------------------------------------------------------------------------------- /code/tools/w_household_demographics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_household_demographics.h -------------------------------------------------------------------------------- /code/tools/w_income_band.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_income_band.c -------------------------------------------------------------------------------- /code/tools/w_income_band.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_income_band.h -------------------------------------------------------------------------------- /code/tools/w_inventory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_inventory.c -------------------------------------------------------------------------------- /code/tools/w_inventory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_inventory.h -------------------------------------------------------------------------------- /code/tools/w_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_item.c -------------------------------------------------------------------------------- /code/tools/w_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_item.h -------------------------------------------------------------------------------- /code/tools/w_promotion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_promotion.c -------------------------------------------------------------------------------- /code/tools/w_promotion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_promotion.h -------------------------------------------------------------------------------- /code/tools/w_reason.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_reason.c -------------------------------------------------------------------------------- /code/tools/w_reason.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_reason.h -------------------------------------------------------------------------------- /code/tools/w_ship_mode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_ship_mode.c -------------------------------------------------------------------------------- /code/tools/w_ship_mode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_ship_mode.h -------------------------------------------------------------------------------- /code/tools/w_store.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_store.c -------------------------------------------------------------------------------- /code/tools/w_store.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_store.h -------------------------------------------------------------------------------- /code/tools/w_store_returns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_store_returns.c -------------------------------------------------------------------------------- /code/tools/w_store_returns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_store_returns.h -------------------------------------------------------------------------------- /code/tools/w_store_sales.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_store_sales.c -------------------------------------------------------------------------------- /code/tools/w_store_sales.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_store_sales.h -------------------------------------------------------------------------------- /code/tools/w_tdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_tdefs.h -------------------------------------------------------------------------------- /code/tools/w_timetbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_timetbl.c -------------------------------------------------------------------------------- /code/tools/w_timetbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_timetbl.h -------------------------------------------------------------------------------- /code/tools/w_warehouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_warehouse.c -------------------------------------------------------------------------------- /code/tools/w_warehouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_warehouse.h -------------------------------------------------------------------------------- /code/tools/w_web_page.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_web_page.c -------------------------------------------------------------------------------- /code/tools/w_web_page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_web_page.h -------------------------------------------------------------------------------- /code/tools/w_web_returns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_web_returns.c -------------------------------------------------------------------------------- /code/tools/w_web_returns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_web_returns.h -------------------------------------------------------------------------------- /code/tools/w_web_sales.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_web_sales.c -------------------------------------------------------------------------------- /code/tools/w_web_sales.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_web_sales.h -------------------------------------------------------------------------------- /code/tools/w_web_site.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_web_site.c -------------------------------------------------------------------------------- /code/tools/w_web_site.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/w_web_site.h -------------------------------------------------------------------------------- /code/tools/y.tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/y.tab.c -------------------------------------------------------------------------------- /code/tools/y.tab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/code/tools/y.tab.h -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/postgres.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/postgres.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query013.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query013.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query018.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query018.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query019.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query019.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query025.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query025.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query027.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query027.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query040.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query040.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query050.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query050.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query072.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query072.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query084.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query084.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query085.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query085.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query091.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query091.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query099.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query099.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query100.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query100.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query101.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query101.tpl -------------------------------------------------------------------------------- /query_templates_pg/agg_queries/query102.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/agg_queries/query102.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/postgres.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/postgres.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query001.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query001.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query010.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query010.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query014.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query014.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query023.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query023.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query030.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query030.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query031.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query031.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query032.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query032.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query038.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query038.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query039.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query039.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query054.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query054.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query058.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query058.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query059.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query059.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query064.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query064.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query065.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query065.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query069.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query069.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query075.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query075.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query080.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query080.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query081.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query081.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query083.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query083.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query087.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query087.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query092.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query092.tpl -------------------------------------------------------------------------------- /query_templates_pg/multi_block_queries/query094.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/multi_block_queries/query094.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/postgres.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/postgres.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query013_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query013_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query018_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query018_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query019_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query019_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query025_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query025_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query027_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query027_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query040_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query040_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query050_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query050_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query072_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query072_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query084_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query084_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query085_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query085_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query091_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query091_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query099_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query099_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query100_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query100_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query101_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query101_spj.tpl -------------------------------------------------------------------------------- /query_templates_pg/spj_queries/query102_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_pg/spj_queries/query102_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query013.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query013.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query018.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query018.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query019.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query019.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query025.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query025.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query027.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query027.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query040.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query040.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query050.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query050.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query072.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query072.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query084.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query084.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query085.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query085.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query091.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query091.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query099.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query099.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query100.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query100.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query101.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query101.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/query102.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/query102.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/agg_queries/sqlserver.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/agg_queries/sqlserver.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query001.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query001.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query010.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query010.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query014.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query014.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query023.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query023.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query030.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query030.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query031.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query031.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query032.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query032.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query038.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query038.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query039.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query039.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query054.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query054.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query058.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query058.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query059.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query059.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query064.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query064.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query065.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query065.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query069.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query069.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query075.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query075.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query080.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query080.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query081.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query081.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query083.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query083.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query087.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query087.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query092.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query092.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/query094.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/query094.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/multi_block_queries/sqlserver.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/multi_block_queries/sqlserver.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query013_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query013_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query018_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query018_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query019_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query019_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query025_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query025_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query027_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query027_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query040_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query040_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query050_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query050_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query072_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query072_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query084_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query084_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query085_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query085_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query091_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query091_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query099_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query099_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query100_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query100_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query101_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query101_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/query102_spj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/query102_spj.tpl -------------------------------------------------------------------------------- /query_templates_sqlserver/spj_queries/sqlserver.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/query_templates_sqlserver/spj_queries/sqlserver.tpl -------------------------------------------------------------------------------- /scripts/SQL_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/SQL_utils.py -------------------------------------------------------------------------------- /scripts/create_index_pg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/create_index_pg.py -------------------------------------------------------------------------------- /scripts/create_tables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/create_tables.sql -------------------------------------------------------------------------------- /scripts/dsb_index_pg.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/dsb_index_pg.sql -------------------------------------------------------------------------------- /scripts/dsb_index_sqlserver.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/dsb_index_sqlserver.sql -------------------------------------------------------------------------------- /scripts/generate_dsb_db_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/generate_dsb_db_files.py -------------------------------------------------------------------------------- /scripts/generate_workload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/generate_workload.py -------------------------------------------------------------------------------- /scripts/load_data_pg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/load_data_pg.py -------------------------------------------------------------------------------- /scripts/load_data_sqlserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/load_data_sqlserver.py -------------------------------------------------------------------------------- /scripts/load_db_files_sqlserver.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/load_db_files_sqlserver.sql -------------------------------------------------------------------------------- /scripts/pg_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/pg_util.py -------------------------------------------------------------------------------- /scripts/start_sqlserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/start_sqlserver.py -------------------------------------------------------------------------------- /scripts/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/util.py -------------------------------------------------------------------------------- /scripts/workload_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dsb/HEAD/scripts/workload_config.json --------------------------------------------------------------------------------