diff --git a/benchmarks/java_blueray_glue.json b/benchmarks/java_blueray_glue.json new file mode 100644 index 0000000..3ff5b3e --- /dev/null +++ b/benchmarks/java_blueray_glue.json @@ -0,0 +1,11 @@ +{ + "description": "BlueRay Java engine configurations", + "catalog": "glue", + "session_params": { + "query_max_execution_time": "8h", + "join_distribution_type": "AUTOMATIC", + "join_reordering_strategy": "AUTOMATIC", + "glue.parquet_pushdown_filter_enabled": true, + "glue.pushdown_filter_enabled": false + } +} diff --git a/benchmarks/java_oss_glue.json b/benchmarks/java_oss_glue.json new file mode 100644 index 0000000..b92bfa9 --- /dev/null +++ b/benchmarks/java_oss_glue.json @@ -0,0 +1,11 @@ +{ + "description": "OSS Java engine configurations", + "catalog": "glue", + "session_params": { + "query_max_execution_time": "8h", + "join_distribution_type": "AUTOMATIC", + "join_reordering_strategy": "AUTOMATIC", + "glue.parquet_pushdown_filter_enabled": true, + "glue.pushdown_filter_enabled": false + } +} diff --git a/benchmarks/native_blueray_glue.json b/benchmarks/native_blueray_glue.json new file mode 100644 index 0000000..8e3be84 --- /dev/null +++ b/benchmarks/native_blueray_glue.json @@ -0,0 +1,11 @@ +{ + "description": "BlueRay native engine configurations", + "catalog": "glue", + "session_params": { + "query_max_execution_time": "8h", + "join_distribution_type": "AUTOMATIC", + "join_reordering_strategy": "AUTOMATIC", + "glue.parquet_pushdown_filter_enabled": true, + "glue.pushdown_filter_enabled": true + } +} diff --git a/benchmarks/native_oss_glue.json b/benchmarks/native_oss_glue.json new file mode 100644 index 0000000..a1ceee8 --- /dev/null +++ b/benchmarks/native_oss_glue.json @@ -0,0 +1,11 @@ +{ + "description": "OSS native engine configurations", + "catalog": "glue", + "session_params": { + "query_max_execution_time": "8h", + "join_distribution_type": "AUTOMATIC", + "join_reordering_strategy": "AUTOMATIC", + "glue.parquet_pushdown_filter_enabled": true, + "glue.pushdown_filter_enabled": true + } +}