![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: RDB updates: rebuild from scratch vs. incrementalby jfroebe (Parson) |
on Aug 30, 2005 at 13:20 UTC ( [id://487745]=note: print w/replies, xml ) | Need Help?? |
Hi, Performing incremental changes of your data is generally preferred over rebuilding the database every month. During the recreation of your database, your database would be unavailable for your users. There are several good books on both Postgres and MySQL... my recommendation is to take a weekend and read one of the books. It would be good if you were to pick up a book on database design, else you will likely wish to redesign the database later on. hope this helps :) Jason L. Froebe No one has seen what you have seen, and until that happens, we're all going to think that you're nuts. - Jack O'Neil, Stargate SG-1
In Section
Seekers of Perl Wisdom
|
|