giantoak / memex_queries

Python module for queries against MEMEX resources.
2 stars 1 forks source link

Bulk search Elastic? #1

Open pmlandwehr opened 8 years ago

pmlandwehr commented 8 years ago

It might be more efficient if we hit Elastic in bulk. That is, given a list of IDs to check.

My understanding is that Elastic is relatively slow for this, so bulking might make sense.

pmlandwehr commented 8 years ago

Well, fixed this for image_hash(). Nothing else yet, but that's the big one.