statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 74 forks source link

Change entry collection order update be a job #107

Closed ryanmitchell closed 1 year ago

ryanmitchell commented 1 year ago

When updating the Entry Collection order with a large number of entries and an external search provider the performance can cause timeouts and page load failures.

Lets resolve this by making the update take place inside a job.

Fixes: #105