|
|
bool | enable_profiler = false |
| | If the query profiler is enabled or not.
|
| |
|
bool | enable_detailed_profiling = false |
| | If detailed query profiling is enabled.
|
| |
|
ProfilerPrintFormat | profiler_print_format = ProfilerPrintFormat::QUERY_TREE |
| | The format to print query profiling information in (default: query_tree), if enabled.
|
| |
| string | profiler_save_location |
| |
| profiler_settings_t | profiler_settings = MetricsUtils::GetDefaultMetrics() |
| |
|
LogicalTypeId | profiler_settings_type = LogicalTypeId::VARCHAR |
| | The input format type of the profiler settings.
|
| |
| bool | emit_profiler_output = true |
| |
|
const char * | system_progress_bar_disable_reason = nullptr |
| | system-wide progress bar disable.
|
| |
|
bool | enable_progress_bar = false |
| | If the progress bar is enabled or not.
|
| |
|
bool | print_progress_bar = true |
| | If the print of the progress bar is enabled.
|
| |
|
int | wait_time = 2000 |
| | The wait time before showing the progress bar.
|
| |
|
bool | query_verification_enabled = false |
| | Whether or not aggressive query verification is enabled.
|
| |
|
bool | verify_external = false |
| | Whether or not verification of external operators is enabled, used for testing.
|
| |
|
bool | verify_fetch_row = false |
| | Whether or not verification of fetch row code is enabled, used for testing.
|
| |
|
bool | verify_serializer = false |
| | Whether or not we should verify the serializer.
|
| |
|
bool | enable_optimizer = true |
| | Enable the running of optimizers.
|
| |
|
bool | enable_caching_operators = true |
| | Enable caching operators.
|
| |
|
bool | verify_parallelism = false |
| | Force parallelism of small tables, used for testing.
|
| |
|
bool | force_external = false |
| | Force out-of-core computation for operators that support it, used for testing.
|
| |
|
bool | force_fetch_row = false |
| | Force use of fetch row instead of scan, used for testing.
|
| |
| bool | use_replacement_scans = true |
| |
|
idx_t | streaming_buffer_size = 1000000 |
| | The maximum amount of memory to keep buffered in a streaming query result. Default: 1mb.
|
| |
|
progress_bar_display_create_func_t | display_create_func = nullptr |
| | Callback to create a progress bar display.
|
| |
| ProfilingCoverage | profiling_coverage = ProfilingCoverage::SELECT |
| |
|
LocalUserSettings | user_settings |
| | Generic options.
|
| |
|
case_insensitive_map_t< Value > | user_variables |
| | Variables set by the user.
|
| |
|
get_result_collector_t | get_result_collector = nullptr |
| | Function that is used to create the result collector for a materialized result.
|
| |
|
bool | enable_http_logging = true |
| | If HTTP logging is enabled or not.
|
| |
| string | http_logging_output |
| |