diff --git a/simulator/profiles/mod.rs b/simulator/profiles/mod.rs index 633bb3750..758c5f4b2 100644 --- a/simulator/profiles/mod.rs +++ b/simulator/profiles/mod.rs @@ -93,7 +93,7 @@ impl Profile { }, query: QueryProfile { create_table_weight: 0, - create_index_weight: 0, + create_index_weight: 4, ..Default::default() }, ..Default::default()