Sankar added Database Features & Architecture.tex  over 9 years ago

Commit id: d48ca36dfe5b3b2b81be5d5a7ef367ca93f2d6c7

deletions | additions      

         

\section{Database Features & Architecture}  Key value store vs multi-column store ?  Row store vs columnar storage ?  Primary key generation ? Should DB support it or will the Application handle it ?  Node specific unique keys to fasten primary key generation ?  Distributed Transactions ?  Materialized Views support ?  Stored procedures support ? PL/SQL like ?