update
This commit is contained in:
parent
626b3a7327
commit
495bb4b63c
@ -5,7 +5,7 @@ The configuration is stored the the `src/config.yaml` file.
|
||||
|
||||
## Database-specific configuration
|
||||
|
||||
`database_name` should contain the name of the database to use. The database has to be stored in the proper directory structure (See the [Directory structure > Datasets](README.md#Datasets))
|
||||
`database_name` should contain the name of the database to use. The database has to be stored in the proper directory structure (See the [Directory structure > Datasets](README.md#datasets))
|
||||
|
||||
# Directory structure of the project
|
||||
|
||||
|
1
src/cache/joblib/querying/query/bfb43fb753d3849f0b14bcf38096eb16/metadata.json
vendored
Normal file
1
src/cache/joblib/querying/query/bfb43fb753d3849f0b14bcf38096eb16/metadata.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"duration": 15.753787755966187, "input_args": {"q": "\"\\n SELECT p_color, c_region, SUM(lo_quantity)\\n FROM lineorder\\n INNER JOIN customer ON lo_custkey = c_custkey\\nINNER JOIN part ON lo_partkey = p_partkey\\nWHERE p_color IN ('azure', 'bisque', 'black', 'aquamarine')\\n\\n GROUP BY p_color, c_region\\n ORDER BY SUM(lo_quantity) DESC;\\n \""}, "time": 1719882521.904444}
|
BIN
src/cache/joblib/querying/query/bfb43fb753d3849f0b14bcf38096eb16/output.pkl
vendored
Normal file
BIN
src/cache/joblib/querying/query/bfb43fb753d3849f0b14bcf38096eb16/output.pkl
vendored
Normal file
Binary file not shown.
@ -97,11 +97,14 @@ database:
|
||||
# }}}
|
||||
|
||||
|
||||
|
||||
# set which parts of the program should ouput logs
|
||||
verbose:
|
||||
# queries to the database (src/querying.py)
|
||||
querying: true
|
||||
concentration_test: true
|
||||
|
||||
persistent_query_memoization: false
|
||||
|
||||
# memoïze the result of queries
|
||||
persistent_query_memoization: true
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user