CSE 544 Distributions

 

The Tukwila Execution Engine

See \\Data\Projects\Tukwila\544\Execution for QUERY.EXE.

The Tukwila execution engine runs on Windows NT machines only.  From the control window, you can open query plan files from disk and change the configuration settings.   It is highly recommended that you restart the execution engine after making configuration changes. 

Setting up the ODBC Wrapper for Your Data Sources

See \\Data\Projects\Tukwila\544\Wrappers for the .class files.

<N ID=id OP=wrapper TIMEOUT=timeInms CARD=expectedCard>
  <HOST>your machine hostname: your wrapper's port</HOST>
  <SERVICE>DSN name.database name</SERVICE>
  <QUERY>some SQL query</QUERY>

The Data Source Generator

See \\Data\Projects\Tukwila\544\DataGen for the program and source.

The data source generator is not particularly sophisticated, but will take an SQL query or a comma-delimited text file and randomly sample some percentage of the file; it also allows the creation of disjoint peer-level data sources.

Instructions: