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...