datatonic / duke

Automatically exported from code.google.com/p/duke
0 stars 0 forks source link

Don't continue matching if there's no hope #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
That is, if after processing n fields we know that no matter what happens with 
the rest of the fields, the records will not match, then we should just stop 
and move on to the next record.

Also, we should sort the fields before starting to maximize chances that we can 
stop after just a few fields.

Original issue reported on code.google.com by lar...@gmail.com on 6 Nov 2011 at 1:19

GoogleCodeExporter commented 8 years ago
Started preparatory work on this, but need more time to try it out fully.

Original comment by lar...@gmail.com on 6 Nov 2011 at 4:04