[Rails-core] RFC: Remove support for "% style"(printf style) prepared statement from ActiveRecord

2015-09-27 Thread Sean Griffin
I do not think we would consider this proposal without a stronger reason as to why it is causing harm. It would be an unnecessary breaking change to existing apps. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from

Re: [Rails-core] ActiveRecord connection pool management

2015-09-27 Thread Michael Vigilante
On Sunday, 27 September 2015 06:54:16 UTC+10, Aaron Patterson wrote: > Is it counter-intuitive? If you're doing database intensive work, then > you'd probably want the same number of connections as you have request > threads in order to maximize throughput, otherwise you'll still be > blocking