[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-03。"],[[["Datastream utilizes the PostgreSQL WAL transaction log, stored in WAL files, to capture changes made to the database tables."],["Setting the `max_slot_wal_keep_size` parameter is recommended to prevent the WAL file from consuming excessive storage, especially during long-running transactions, though it is not supported by certain databases like Cloud SQL and AlloyDB."],["The `statement_timeout` parameter can be configured to mitigate latency from prolonged transactions, serving as an alternative control for databases not supporting `max_slot_wal_keep_size`."],["If you need more than 10 streams, you must adjust the `max_replication_slots` and `max_wal_senders` parameters based on the number of streams or replication slots you are using in your database."],["Setting `wal_sender_timeout` to `0` or a value of 10 minutes or greater is advised for better performance."]]],[]]