Shadow DB switch.
Pressure testing is a requirement for a specific period of time, turned on when needed.
The database used for production data.
The Shadow database for Pressure testing data isolation.
Pressure testing data related tables.
The shadow table has the same table structure in the production DB and shadow DB.
Provides 2 types of shadow algorithms.
Since the shadow algorithm is closely related to business, no default shadow algorithm provided.
It is suitable for scenarios where the value of a field involved in the executed SQL satisfies certain matching conditions in the testing.
It is suitable for scenarios where the field values involved in executing SQL cannot meet certain matching conditions in the testing.
Default shadow algorithm, optional item. The default matching algorithm for table that is not configured with the shadow algorithm.
Note: The default shadow algorithm only supports note shadow algorithm.