> On Monday, July 30, 2012 2:44:40 PM UTC+9, John Mettraux wrote: > > > > I'm currently cooking up an enhanced version of ruote-sequel (2.3.0) that > > should query significantly less. I hope to be done before Friday.
Hello Chad and list, this "query less" version is at https://github.com/jmettraux/ruote-sequel/tree/begin_step when running a set of 4 sequence tests it cuts the number of selects from ~274 to ~154. It does it by having the worker do a single select for all the info it needs. I have only tried it with mysql (not yet tried with mysql2). I still have to try a few other enhancements (less process in the storage, more in the db, enhanced #reserve implementation, etc). If I could have some kind of feedback about it. I'd like to merge it into master at some point. Thanks in advance, -- John Mettraux - http://lambda.io/jmettraux -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
