NewSQL databases seek to provide the same scalable performance as NoSQL databases for online transaction processing workloads, while still maintaining the ACID guarantees of a traditional SQL database. NewSQL databases use new architectures like multi-version concurrency control and partition-level locking to allow for horizontal scaling and high availability without sacrificing consistency. They also provide highly optimized SQL engines to query data in a distributed environment.