Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Messaging the result of a consideration

by chacham (Prior)
on May 23, 2017 at 20:13 UTC ( [id://1191018]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Messaging the result of a consideration
in thread Messaging the result of a consideration

Food for thought, perhaps:

When implementing changes to a table in a database, in order to have minor impact, you can create a new table with a new name to house the change, and migrate the data from the old table according to the new scheme. Then, create a(n updateable) view with the same name as the old table, querying from the new table. This sets the stage for changes with little affect on the current code base.

Once that is in place, changes can be made slowly, using the new table instead of the view, while the current code using the view.

  • Comment on Re^3: Messaging the result of a consideration

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1191018]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-24 19:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found