Audience asks how to search for things like 'most attractive items' when state requires processing millions of events. Davydov suggests off-loading search to a dedicated index like Elasticsearch that is updated as events occur; Elasticsearch returns stream IDs, and the system then pulls the full event list or current state only for matching aggregates. He offers this as an idea from his brain rather than the definitive answer.