You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disclaimer: I'm not a payload user so I might be using the wrong lingo
Just tried out the latest version of payload with the sqlite beta. I set up a few collections and benchmarked the REST APIs. I very quickly noticed that you're not creating new databases with a WAL but rather with the legacy default.
Describe the Bug
Disclaimer: I'm not a payload user so I might be using the wrong lingo
Just tried out the latest version of payload with the sqlite beta. I set up a few collections and benchmarked the REST APIs. I very quickly noticed that you're not creating new databases with a WAL but rather with the legacy default.
Updating the db with my own settings,
As expected, I got a significant performance boost not having to checkpoint after every insert. In case of my benchmark it was 3+x.
Link to the code that reproduces this issue
https://github.com/payloadcms/payload
Reproduction Steps
Spin up payload with sqlite
Which area(s) are affected? (Select all that apply)
db-sqlite
Environment Info
The text was updated successfully, but these errors were encountered: