Skip to content

Commit 6f28cea

Browse files
committed
TEMP: re-enable index (with-index measurement)
1 parent 32746a2 commit 6f28cea

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

backend/FwLite/LcmCrdt/Migrations/20260506150734_AddCommitsOrderIndex.cs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ public partial class AddCommitsOrderIndex : Migration
1313
/// <inheritdoc />
1414
protected override void Up(MigrationBuilder migrationBuilder)
1515
{
16-
// TEMP: index disabled for baseline benchmark measurement (will be re-enabled before merge).
17-
// migrationBuilder.CreateIndex(
18-
// name: "IX_Commits_DateTime_Counter_Id",
19-
// table: "Commits",
20-
// columns: ["DateTime", "Counter", "Id"],
21-
// descending: [true, true, true]);
16+
migrationBuilder.CreateIndex(
17+
name: "IX_Commits_DateTime_Counter_Id",
18+
table: "Commits",
19+
columns: ["DateTime", "Counter", "Id"],
20+
descending: [true, true, true]);
2221
}
2322

2423
/// <inheritdoc />

0 commit comments

Comments
 (0)