Displaying 1 result from an estimated 1 matches for "compario".
Did you mean:
comparto
2006 Mar 23
2
Slow database imports with active record
...tes, or 33 hours each day to
do just the import. Unfortunately, earth days only have 24 hours.
So, I need some way to compare todays file, to yesterdays and see
changes. I really want akk the data to end up in MySQL or SQL server, so I''m
hesitant to use any solution that requires direct comparios on text files.
Ideally, I''d like a way to speed up the import. I saw another post talking
about how ActiveRecord defaults to using transactions for insert in a block, so
the only thing ive tried at this point to speed things up is to begin the
transaction outside of the block and end it...