• Holger Just's avatar
    Prevent database migration from consuming all the RAM on the server · 8315cd73
    Holger Just authored
    Prevent large production databases from consuming all the RAM on the server
    and causing the migration to take forever. With this patch, objects are read
    in batches from the database. This removes the need to hold ruby
    objects for all rows for a type in memory at once.
    8315cd73
Name
Last commit
Last update
app Loading commit data...
config Loading commit data...
db Loading commit data...
doc Loading commit data...
extra Loading commit data...
files Loading commit data...
lib Loading commit data...
log Loading commit data...
public Loading commit data...
script Loading commit data...
test Loading commit data...
tmp/test Loading commit data...
vendor/plugins Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.hgignore Loading commit data...
Gemfile Loading commit data...
README.rdoc Loading commit data...
Rakefile Loading commit data...