thegreenwebfoundation / greencheck-api

The green web foundation API
https://www.thegreenwebfoundation.org/
Apache License 2.0
9 stars 3 forks source link

Insert directly into mysql table instead of using doctrine flushing w… #38

Closed arendjantetteroo closed 5 years ago

arendjantetteroo commented 5 years ago

…ith batching

This should solve memory issues and slowness of recalculating what needs to be flushed. Now we directly do a sql insert query on each received message.