graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

[Question] What determines the entity count of a subgraph?

Open paymog opened this issue 1 year ago • 1 comments

Description

How is the entity count of subgraph determined? I've done some exploring and it doesn't seem to be a sum of the number of rows in all the tables of a subgraph. Is it some other mechanism?

Are you aware of any blockers that must be resolved before implementing this feature? If so, which? Link to any relevant GitHub issues.

No response

Some information to help us out

  • [ ] Tick this box if you plan on implementing this feature yourself.
  • [X] I have searched the issue tracker to make sure this issue is not a duplicate.

paymog avatar Feb 23 '24 18:02 paymog

Looks like this issue has been open for 6 months with no activity. Is it still relevant? If not, please remember to close it.

github-actions[bot] avatar Sep 15 '24 00:09 github-actions[bot]

I believe we rely on the PSQL DBs table statistics, so the counts will not be perfect.

fordN avatar Jul 10 '25 19:07 fordN