• Contents
  • Downloads
  • Public talks

Public talks

2023: Highload++ Serbia

  • Subject: Scale it easy: YDB's high performance in a nutshell.

    • About the event.
    • Presentation.
    • Broadcast recording.
    • Description: Implementing a distributed database with strong consistency isn’t difficult; the challenge lies in ensuring speed and scalability. YDB excels in these aspects. In this talk, we’ll discuss YDB’s architecture and its high performance, present results of benchmarks, and compare YDB to top competitors.

2022: Webinar YDB 2022-08-15

  • Subject: Scalability and Fault Tolerance in YDB.

    • Broadcast recording.
    • Description: In this talk we will cover two layers of YDB: Tablet and BlobStorage layers that together provide fault tolerance, scalability, and user isolation.

2022: Hydra

  • Subject: Parallel Asynchronous Replication between YDB Database Instances.

    • About the event.
    • Presentation.
    • Broadcast recording.
    • Description: In this talk we present an approach to asynchronous replication in YDB that provides the following characteristics: changefeed from source database is sharded among multiple persistent queues, sharded changefeed is applied to the target database in a manner to guarantee target database consistency.