still thinking about how to avoid redundant user lookup queries in my indexer.
i'm thinking i might make a collection in MongoDB for queried pubkeys, and it'll have a relay column and a timestamp column, and each time the event handler for a relay connection comes across a pubkey, it checks when was the last time that relay was queried for info about that pubkey, and only if it was before the connection was established does it explicitly run a query.