Hey, guys
The problem is when data size are too large the count predicate are get very slowly .
In my case , 0.65 Billion nodes , when I used count(uid) , the query speed is unbearable.
Can you add a variable to count separately and get total number by used complexity O(1) ?