
Yandex Database
Yandex Database (YDB) is a distributed fault-tolerant NewSQL DBMS that combines high availability and scalability and supports strict consistency and ACID transactions.
Easy to use
Fault-tolerant
Fast data processing
Serverless computing mode
Flexible pricing options
Low upkeep
Questions and answers
What are the characteristic features of Yandex Database?
YDB supports a relational data model and manages tables with a predefined schema. To make it easier to organize tables, directories can be created like in the file system.
YDB supports high-performance distributed ACID transactions that may affect multiple records in different tables. It provides the serializable isolation level, which is the strictest transaction isolation. You can also lower the level of isolation to raise performance.
YDB natively supports different processing options, such as OLTP and OLAP. The current version offers limited analytical query support. This is why we can say that YDB is currently an OLTP database.
YDB supports a relational data model and manages tables with a predefined schema. To make it easier to organize tables, directories can be created like in the file system.
YDB supports high-performance distributed ACID transactions that may affect multiple records in different tables. It provides the serializable isolation level, which is the strictest transaction isolation. You can also lower the level of isolation to raise performance.
YDB natively supports different processing options, such as OLTP and OLAP. The current version offers limited analytical query support. This is why we can say that YDB is currently an OLTP database.
What types of data does Yandex Database support?
YDB supports various types of data: numeric, string, date and time, and so on.
YDB supports various types of data: numeric, string, date and time, and so on.