Monday, May 20, 2024

Getting Tigergraph DB data size

1) gstatusgraph get statistics of Graph data on TigerGraph database

$ gstatusgraph
=== graph ===
[GRAPH  ] Graph was loaded (/tigergraph/data/gstore):
[m1     ] Partition size: 2.11GiB, IDS size: 34MiB, Vertex count: 43416881, Edge count: 11131981, NumOfDeletedVertices: 7705 NumOfSkippedVertices: 0
[m2     ] Partition size: 2.1GiB, IDS size: 34MiB, Vertex count: 882153, Edge count: 11580575, NumOfDeletedVertices: 7714 NumOfSkippedVertices: 0


2) Checking "topology_memory.txt" under "GPE" logs

view /tigergraph/logs/gpe/topology_memory.txt

Note: From above all the sizes are shown corresponding to its nodes and combinedly for all the graphs.

There is no way to identify graph size for individual graph.

***

No comments:

Post a Comment