> my main objection to count had to do with the excessive work required that was basically the same as if you actually just fetch the event and do that processing locally
For a client these aren't even comparable. 100k events + signature checks vs 1 COUNT
Login to reply
Replies (1)
yes but if the relay has to decode all 100k of those events, there's not really any gain. count searches need to be as efficient as possible because of extreme numbers like 100k.
you simply wouldn't even request that much if you wanted the whole thing so it's mad if the relay's database literally has to parse the whole damn thing, just for a headcount.