Protected indexesIndexes will store the values as keys to allow looksups.
Optional f?: ((v) => any)Protected indexesDerived indexes have to be in a separate namespace to avoid collisions.
Optional f?: ((...vs) => any)Rest ...vs: any[]Protected indexesThis keeps track of the dependencies of derived indexes.
Readonly keysProtected rowProtected rowsProtected insertProtected removeGenerated using TypeDoc
Try to ensure that your keys indexed have low cardinality. If they don't have low cardinality. The index will use up alot of memory.