Home › Forums › kdb+ › Performance using a table to combine where phrases › Re: Performance using a table to combine where phrases
-
If you have a list of where clauses separated by a comma, it is executed sequentially, successively reducing the number of rows processed. On the other hand if you use the & operator, all operations will run on the full table.