I've pushed a commit to GitHub that allows MySQL and PostgreSQL to combine 
multiple table operations into a single query 
(https://github.com/jeremyevans/sequel/commit/084b0740691b4e902868a885af7313b6983232cb).
  
This can result significant performance increases for large tables (~N 
times speedup where N is the number of operations combined).  This commit 
is risky compared to most other commits, and I would appreciate additional 
testing.  If anyone could run all of their old migrations on a test 
database using the master branch and let me know whether anything breaks, 
that would be great, particularly if the migrations contain alter_table 
blocks with multiple operations.

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sequel-talk/-/5DcyIjGcSsEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to