As promised at the meetup yesterday, I’ve released the source code for batch querying with Cascading at http://github.com/nathanmarz/cascading-batch-query/
Here is the presentation from the meetup:
As promised at the meetup yesterday, I’ve released the source code for batch querying with Cascading at http://github.com/nathanmarz/cascading-batch-query/
Here is the presentation from the meetup:

2 Trackbacks
[...] of keys – also known as a batch query. You can read more about the mechanics of batch queries here. You can find the source code for batch querying here. The implementation utilizes a bloom filter [...]
[...] we’ve mentioned in the past, bloom filters are an important part of our workflow. They allow us to quickly skip a large portion [...]