Should Databases be used just for persistence
        Posted  
        
            by Raju
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Raju
        
        
        
        Published on 2010-06-02T04:57:50Z
        Indexed on 
            2010/06/02
            5:03 UTC
        
        
        Read the original article
        Hit count: 317
        
A lot of web applications having a 3 tier architecture are doing all the processing in the app server and use the database for persistence just to have database independence. After paying a huge amount for a database, doing all the processing including batch at the app server and not using the power of the database seems to be a waste. I have a difficulty in convincing people that we need to use best of both worlds.
© Stack Overflow or respective owner