WiredTiger is a new open source database engine designed for modern hardware and big data workloads. It provides high performance, low latency access to data stored either in RAM or on disk through its row-store, column-store, and log-structured merge tree storage engines. WiredTiger supports ACID transactions, standard isolation levels, and flexible storage and configuration options to optimize for different workloads and data access patterns. Initial benchmarks show WiredTiger provides up to 50% cost savings compared to other databases for the same workload.