apoc.monitor.store

This is the APOC Extended documentation.

APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page.

Procedure Apoc Extended

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?

Usage Examples

CALL apoc.monitor.store();
Table 1. Results
logSize stringStoreSize arrayStoreSize relStoreSize propStoreSize totalStoreSize nodeStoreSize

262144000

8192

8192

16964640

416109

19256826

155610