lum-ai / odinson

Odinson is a powerful and highly optimized open-source framework for rule-based information extraction. Odinson couples a simple, yet powerful pattern language that can operate over multiple representations of text, with a runtime system that operates in near real time.
https://lum.ai/odinson/docs/
Apache License 2.0
65 stars 23 forks source link

Support parallel queries #384

Open myedibleenso opened 2 years ago

myedibleenso commented 2 years ago

In cases where no state change is needed, it should be possible to execute queries in parallel against the same index.

myedibleenso commented 2 years ago

I think we just need an alternative to IncrementalOdinsonIndex that lacks an OdinsonIndexWriter to avoid generating a lock.