Skip to content

Use temp in mem table

Rich requested to merge artfulrobot/synopsis:use-temp-in-mem-table into 1.x-dev

On a particularly tough query, running the scheduled job was taking 22s.

With this change, it's down to 9s.

The change is to use a temporary and in-memory table instead of an on-disk permanent table.

Edited by VangelisP

Merge request reports