We've got a new version of yaml_db online which has some substantial optimizations contributed by Ricardo Chimal. This should make yaml_db much more usable on production databases with tens of thousands of records. For dump/load on Heroku, you don't need to do anything - the latest version is already installed. If you're using yaml_db locally, you'll want to get the latest version:
script/plugin install http://opensource.heroku.com/svn/rails_plugins/yaml_db Note that this introduces a slight formatting change, splitting each table into separate YAML documents (basically just an extra --- and a newline above each), which turned out to be key in getting better throughput. The old formats will load into the new yaml_db, but if you export from a new yaml_db and try to load it into an old version of the plugin, it won't work. So just make sure your local plugins have the latest version if you're taking data out of Heroku and into a local app. Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
