Rudy Posted September 30, 2019 Share Posted September 30, 2019 @ryan, would you consider adding the ability for PW to split database connections for read and write? I think it will be really useful, especially for high-traffic sites. Something like this (https://laravel.com/docs/master/database#using-multiple-database-connections) or WordPress HyperDB (https://wordpress.org/plugins/hyperdb/) Thanks Rudy 4 Link to comment Share on other sites More sharing options...
dragan Posted September 30, 2019 Share Posted September 30, 2019 @Rudy Did you consider using innoDB tables? Apparently they're better suited for heavy read-write operations (row-level vs. table-level locking). There are a few discussions in the forums with pros and cons of that approach. 1 Link to comment Share on other sites More sharing options...
Rudy Posted September 30, 2019 Author Share Posted September 30, 2019 @dragan, thanks for replying. We host quite a few PW sites (in the hundreds). They are using AWS Aurora database. I want to take advantage of AWS replicas and being able to separate read and write requests on the database level. Yes, we've already using InnoDB for all of our database tables. Link to comment Share on other sites More sharing options...
arjen Posted October 1, 2019 Share Posted October 1, 2019 I don't think Ryan will read this. You would have more luck if you create a request on Github. 1 Link to comment Share on other sites More sharing options...
Rudy Posted October 1, 2019 Author Share Posted October 1, 2019 @arjen thanks, will do. 1 Link to comment Share on other sites More sharing options...
Karinne Cyphers Posted October 1, 2019 Share Posted October 1, 2019 +1 This would be something we could really use as well! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now