From 23c55eab6c0409110dd392adfdfd8ddd8e4a8b71 Mon Sep 17 00:00:00 2001 From: Jussi Saurio Date: Wed, 10 Sep 2025 00:32:09 +0300 Subject: [PATCH] Make 'faultless' sim profile create some indexes too --- simulator/profiles/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()