Skip to content

Commit

Permalink
ci: enable new source reclocking strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
teskje committed Dec 20, 2024
1 parent 1904a7a commit 30a8b09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/python/materialize/mzcompose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ def get_default_system_parameters(
"enable_table_keys": "true",
"enable_variadic_left_join_lowering": "true",
"enable_worker_core_affinity": "true",
"kafka_default_metadata_fetch_interval": "1s",
"mysql_offset_known_interval": "1s",
"persist_record_schema_id": (
"true" if version > MzVersion.parse_mz("v0.127.0-dev") else "false"
),
Expand All @@ -141,13 +143,15 @@ def get_default_system_parameters(
"persist_use_critical_since_snapshot": "false" if zero_downtime else "true",
"persist_use_critical_since_source": "false" if zero_downtime else "true",
"persist_part_decode_format": "row_with_validate",
"pg_offset_known_interval": "1s",
"statement_logging_default_sample_rate": "0.01",
"statement_logging_max_sample_rate": "0.01",
"storage_source_decode_fuel": "100000",
"storage_statistics_collection_interval": "1000",
"storage_statistics_interval": "2000",
"storage_use_continual_feedback_upsert": "true",
"storage_use_reclock_v2": "true",
"storage_reclock_to_latest": "true",
"with_0dt_deployment_max_wait": "900s",
# End of list (ordered by name)
}
Expand Down

0 comments on commit 30a8b09

Please sign in to comment.