How would a Solr query with large number of filter queries over docids (~1000) on 1M documents perform
e.g. q:"some query" fq:+id:("p2" OR "p3" OR "p4" OR ...)
Is it advisible to do such a query for achieving something like a RDBMS Join. I want to filter out products in search results based on users dynamic lists (wishlist etc). Since the lists are unique for each user, it doesn't make sense to add them to the index