Where is it stored if someone follows you? Is there some nice article that would explain where data is, how is it replicated and how queries are done?

Reply to this note

Please Login to reply.

Discussion

It’s stored on kind3 contact lists, so to count follows in-protocol you have to pull everyones contacts list who follows you which is an expensive operation. We don’t have COUNT in-protocol (yet) unfortunately.

Have you written down ideas for the stats api stuff anywhere?

no haven’t worked on it yet

Is there a place to see what your personal feature and enhancement priority list looks like?

If I understand correctly you need to check contact lists for all users on all relays to count it correctly? That would be indeed very expensive to do. Thanks!