mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add log for building index about num rows (#7811)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
691e4c5bc9
commit
8a458b7a38
@ -840,8 +840,7 @@ func (c *Core) BuildIndex(ctx context.Context, segID typeutil.UniqueID, field *s
|
||||
}
|
||||
}
|
||||
log.Debug("build index", zap.String("index name", idxInfo.IndexName),
|
||||
zap.String("field name", field.Name),
|
||||
zap.Int64("segment id", segID))
|
||||
zap.String("field name", field.Name), zap.Int64("segment id", segID), zap.Int64("num rows", rows))
|
||||
return bldID, nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user