nostr-rs-relay icon indicating copy to clipboard operation
nostr-rs-relay copied to clipboard

Feature request: NIP-45 Event Count

Open arthurfranca opened this issue 1 year ago • 0 comments

NIP-45 Event Count would be great to reduce relay/client bandwidth usage when counting reactions and replies (instead of, for each thread, client having to request and download many events just to count them client-side).

This relay implementation uses SQLite/Postgresql, which can use the same indexes already in place when counting events.

arthurfranca avatar Oct 23 '23 14:10 arthurfranca