I am new to DB dev work, and I was just curious about Lazy updates. It seems that a lot of people are concerned about the number to updates that are generated using SQLObject.
Lazy updates allow you to not update the db every time you make a change? Why is that important? How often do you change data after you update it?

