|
How And How Not To Devolop Database Applications
Under this title sections talk about how to devolop database applications
and provide several examples of failures which many of them were solved by Thomas Kyte.In the emprical approach Advices are given for urging us not to be in the same
condition but Common point of the Whole chapters is this:Understand your database.How does it behave? How an Application runs inside it?
Then exploit it as much as you can. If you know Architecture of it ie: Lock Mechanism,Bind variables,Versioning
Concurrecy than you can feel confortable to build Database Applciations since you will be succesful.(Since you know your database therefore you will use it with highest performance.)
In the following titles i will mention each case seperately.
|