Key Design Key Design If your application does not perform transaction-protected operations on multiple records, then you do not need to give your keys any special consideratio...
Design philosophies Overall Loose coupling Less code Quick development Don’t repeat yourself (DRY) Explicit is better than implicit Consistency Models Explicit is better tha...
Schema Design Schema Design Data Types Use Types Consistently Choose Data Types that Use the Least Space Storage Model Heap Storage or Append-Optimized Storage Row or Column O...
Design philosophies Overall Loose coupling Less code Quick development Don’t repeat yourself (DRY) Explicit is better than implicit Consistency Models Explicit is better tha...