apoc.monitor.store
Procedure APOC Full
apoc.monitor.store() returns informations about the sizes of the different parts of the neo4j graph store
Signature
apoc.monitor.store() :: (logSize :: INTEGER?, stringStoreSize :: INTEGER?, arrayStoreSize :: INTEGER?, relStoreSize :: INTEGER?, propStoreSize :: INTEGER?, totalStoreSize :: INTEGER?, nodeStoreSize :: INTEGER?)
Output parameters
Name | Type |
---|---|
logSize |
INTEGER? |
stringStoreSize |
INTEGER? |
arrayStoreSize |
INTEGER? |
relStoreSize |
INTEGER? |
propStoreSize |
INTEGER? |
totalStoreSize |
INTEGER? |
nodeStoreSize |
INTEGER? |