We disabled serving UserCounts and PostCounts from index as the numbers were drifting from real time graph queries over time. We should aim to re-enable:
Make sure that both counts (index and graph) stay align in staging.
Make sure tagged counts mean the same in index and graph (feels like one counts total counts and the other one is distinct counts.
We disabled serving UserCounts and PostCounts from index as the numbers were drifting from real time graph queries over time. We should aim to re-enable:
These are the two disabled regions https://github.com/pubky/pubky-nexus/blob/54b41eb37fa501483caa2aae8cdfb0e0eb822480/src/models/post/counts.rs#L23-L37
https://github.com/pubky/pubky-nexus/blob/54b41eb37fa501483caa2aae8cdfb0e0eb822480/src/models/user/counts.rs#L28-L40