Performance question for the team:» Is it more performant to have a pipeline with 30 different "drop" functions (each one has a final mark) that looks for a specific pattern within the `message` field» a lookup with all "droppable" patterns, a single regex function, a single drop function that drops messages that matched a row on the lookup.
Question
Performance question on multiple drops vs regex function
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

- test it out with some sample data while profiling the pipeline.
. will give it a shot and see what i can discover
- shouldn't be that bad with the embedded profiler now.