NewSQL
Sign in to saveNewSQL is a class of relational database management systems that seek to provide the scalability of NoSQL systems for online transaction processing (OLTP) workloads while maintaining the ACID guarantees of a traditional database system.
Wikidata facts
- Subclass of
- database management system
Show 1 more fact
- topic's main category
- Category:NewSQL
via Wikidata · CC0
~3 min read
Encyclopedic overview
9 sectionsContents
- History
- Applications
- List of NewSQL-databases
- Features
- New architectures
- SQL engines
- Transparent sharding
- See also
- References
NewSQL is a class of relational database management systems that seek to provide the scalability of NoSQL systems for online transaction processing (OLTP) workloads while maintaining the ACID guarantees of a traditional database system.
Many enterprise systems that handle high-profile data (e.g., financial and order processing systems) are too large for conventional relational databases, but have transactional and consistency requirements that are not practical for NoSQL systems. The only options previously available for these organizations were to either purchase more powerful computers or to develop custom middleware that distributes requests over conventional DBMS. Both approaches feature high infrastructure costs and/or development costs. NewSQL systems attempt to reconcile the conflicts.
Excerpted from Wikipedia’s “NewSQL” article, available under the CC BY-SA 4.0 licence.