Doug Green

Results 8 comments of Doug Green

I need something like this too. The patch I created before seeing this is at https://github.com/amcgowanca/discoverable_entity_bundle_classes/pull/14

Snapshot doesn’t actually timeout. You should tail the log withddev logs -fs dbAnd wait for it to complete.What’s broken is setting the timeout that would allow this to run in...

I have these hooks on my sites with large databases. tbh, I added these some time ago, and have not re-evaluated if they are helpful. hooks: pre-import-db: - exec: mysql...

I am starting a test with these settings. Isthe innodb log size is helpful if you disable logging during port.I don’t have a good history of my tests. I believe...

This seems to have radically improved the actual time from start to finish, but I'm confused that the user/system time didn't change much. Is this real? Before 112.55s user 12.05s...

And on a second (supposedly identical) run, that 2:44 was now 2:15, so it was not consistent. I'll try with the log file size tonight after work.

I may have missed that step on the first test. I didn't on the second. ddev delete --omit-snapshot orb delete -fa ddev restart time ddev import-db --file= On Mon, Jun...

Pretty much no change with the 100MB log file * Before 112.55s user 12.05s system 1% cpu 2:44:06.85 total * After 108.91s user 10.44s system 1% cpu 1:59:04.68 total *...