Skip to content

Home > @esengine/ecs-framework-monorepo > IndexStats

IndexStats interface

索引统计信息

Signature:

typescript
export interface IndexStats

Properties

Property

Modifiers

Type

Description

avgQueryTime

number

平均查询时间(毫秒)

lastUpdated

number

最后更新时间

memoryUsage

number

内存使用量(字节)

queryCount

number

查询次数

size

number

索引大小

基于 MIT 许可证发布