update at 2025-09-17 17:44:28

This commit is contained in:
douboer
2025-09-17 17:44:28 +08:00
parent 1c6d170632
commit 02e1cace8e

View File

@@ -47,13 +47,6 @@ mysql:
```mermaid ```mermaid
flowchart TD flowchart TD
%% Notes
subgraph Notes
N1[Blue system flow 0 but finishes old transactions to ensure data consistency]
N2[Blue/Green share MySQL, schema must be backward compatible]
N3[Write operations should be idempotent to avoid conflicts]
end
subgraph ClientSide subgraph ClientSide
A[HTTP_Request] -->|flow_0_percent| B[Blue_System_old_version] A[HTTP_Request] -->|flow_0_percent| B[Blue_System_old_version]