mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-15 08:41:02 +00:00
Remove recalculation on new index
This commit is contained in:
parent
4ac7f6e154
commit
81413c4f0a
1 changed files with 0 additions and 1 deletions
1
api.go
1
api.go
|
|
@ -234,7 +234,6 @@ func (api *API) CreateIndex(ctx context.Context, indexName string, options Index
|
|||
return nil, errors.Wrap(err, "creating index")
|
||||
}
|
||||
|
||||
api.ResetUsageCache()
|
||||
api.holder.Stats.Count(MetricCreateIndex, 1, 1.0)
|
||||
return index, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue