[search] add index; increase page size (#95515)
[search] add index; increase page size
This commit is contained in:
@@ -109,5 +109,9 @@ func initResourceTables(mg *migrator.Migrator) string {
|
||||
Cols: []string{"group", "resource", "resource_version"}, Type: migrator.IndexType,
|
||||
}))
|
||||
|
||||
mg.AddMigration("Add index to resource for loading", migrator.NewAddIndexMigration(resource_table, &migrator.Index{
|
||||
Cols: []string{"group", "resource"}, Type: migrator.IndexType,
|
||||
}))
|
||||
|
||||
return marker
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user