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 73 forks source link

Fix entries blueprint performance #129

Closed FrittenKeeZ closed 1 year ago

FrittenKeeZ commented 1 year ago

Fixes #126

FrittenKeeZ commented 1 year ago

This needs to be re-run when 3.4.5 release is unbotched

what-the-diff[bot] commented 1 year ago
maxi032 commented 1 year ago

@jasonvarga When are you guys going to merge this as we are also facing the same problems

ryanmitchell commented 1 year ago

@FrittenKeeZ I've just applied this to a 2.1.0 install and I would be worried people wont catch that they need to run the php please eloquent:migrate-entries-blueprint command unless they are keeping an eye on merged PRs.

Why don't we run it as part of the migration?

FrittenKeeZ commented 1 year ago

@ryanmitchell That's absolutely possible - I just had to have a way to keep updating the data over and over while getting it to work.

ryanmitchell commented 1 year ago

Great, leave it with me and I'll update