|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: RDB updates: rebuild from scratch vs. incrementalby diotalevi (Canon) |
| on Aug 30, 2005 at 09:17 UTC ( [id://487744]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Here's something even easier. Do your difference detection *outside* of Pg. Save the previous version of your data and compare it with the latest using something apropos like diff(1) or Algorithm::Diff. You can use that to make just the specific changes required to keep your database synched up.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||