v9.3.0
Added
-
Added
db.compact
method (DE-906) -
Added
db.engineStats
method (DE-932) -
Added
db.getLicense
anddb.setLicense
methods (DE-949) -
Added
db.listQueryCacheEntries
method (DE-149) -
Added
db.clearQueryCache
method (DE-148) -
Added
db.getQueryCacheProperties
method (DE-150) -
Added
db.setQueryCacheProperties
method (DE-151) -
Added
collection.shards
method (DE-939) -
Added support for
mdi-prefixed
indexes (DE-956) -
Restored
fulltext
index type support (DE-957)The
fulltext
index type is still no longer supported for creating new
indexes but can be used to cast existing indexes fromIndex
. -
Added support for
edge
indexes (DE-958)The
Index
type now can also be cast to theEdgeIndex
type.