This document discusses effective design patterns for NewSQL databases using SQLFire. It provides an overview of SQLFire's key capabilities like partitioning and replicating tables, and how these features can be used to design scalable schemas for OLTP workloads. Specific patterns are presented for partitioning and replicating dimension and fact tables in a star schema. The document also discusses how to design applications and procedures in a partition-aware manner to optimize performance and scalability.