File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spanner-tools/spanner_noise_maker Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A Python-based load generator for Cloud Spanner, designed to run as Cloud Run Ta
66- ** Seed Mode** : Generates a configurable amount of initial data (Users, Products, Orders).
77- ** Noise Mode** : Generates continuous random load including inserts, updates, and 5 diverse query shapes.
88- ** Hotspot Mode** : Generates a moving hotspot by inserting only new orders with sequential (timestamp-based) keys.
9- - ** Lock Mode** : Simulates lock contention by executing transactions that hold exclusive locks for an extended period (2s).
9+ - ** Lock Mode** : Simulates lock contention by executing transactions that hold locks for an extended period (2s).
1010- ** Serverless Scaling** : Built for Cloud Run Tasks to scale load generation horizontally.
1111
1212## Local Usage
You can’t perform that action at this time.
0 commit comments