petabyte-research / redflags

Automagically checks and filters risky public procurements
http://www.redflags.eu/
Apache License 2.0
4 stars 4 forks source link

Performance issues #46

Closed dzierzy closed 7 years ago

dzierzy commented 7 years ago

It's needed to optimize notice processing in order to speed up operations.

juzraai commented 7 years ago

did you try to process big amount of notices paralelly?

Of course I did. And I always use multithreading when I'm not testing. For example, today I parsed 360K notices using 4 threads without any error.

dzierzy commented 7 years ago

Seems like I had some remains in db so id conflict occured. Successfully process 100k items using 8 threads