Skip to content

Commit 47a1e06

Browse files
authored
1 parent 4716f59 commit 47a1e06

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### YDB: extending a Distributed SQL DBMS with PostgreSQL compatibility {#2024-coscup}
2+
3+
{% include notitle [internals_tag](../../tags.md#database_internals) %}
4+
5+
PostgreSQL is an implementation of SQL standard with one of the most vibrant ecosystems around it. To leverage all the tools and libraries that already know how to work with PostgreSQL, emerging database management systems that bring something new to the market need to learn how to mimic PostgreSQL. In this talk at [COSCUP 2024](https://coscup.org/2024/en/session/XZ98GN) [{{ team.blinkov.name }}]({{ team.blinkov.profile }}) ({{ team.blinkov.position }}) explores possible approaches to this and related trade-offs, as well as reasoning why YDB chose a unique approach to bring serializable consistency and seamless scalability to the PostgreSQL ecosystem.
6+
7+
The presentation is suitable for people interested in trade-offs during implementation of PostgreSQL-compatible DBMS.
8+
9+
[Slides](https://presentations.ydb.tech/2024/en/coscup/presentation.pdf)

ydb/docs/en/core/public-materials/videos.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Video recordings from conferences and webinars. The materials are divided by cat
99

1010
- 2024
1111

12+
{% include [COSCUP](./_includes/conferences/2024/coscup.md) %}
13+
1214
{% include [TechInternals](./_includes/conferences/2024/TechInternals.md) %}
1315

1416
{% include [Conf42](./_includes/conferences/2024/Conf42.md) %}
@@ -30,4 +32,4 @@ Video recordings from conferences and webinars. The materials are divided by cat
3032
{% include [webinars](./_includes/webinars/2022/webinars.md) %}
3133

3234

33-
{% endlist %}
35+
{% endlist %}

ydb/docs/en/presets.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ default:
22
lang: en
33
pub-cover-size: 700x400
44
team:
5+
blinkov:
6+
name: Ivan Blinkov
7+
position: VP, Product and Open Source
8+
profile: https://www.linkedin.com/in/ivanblinkov/
59
bondar:
610
name: Oleg Bondar
711
position: CPO YDB

0 commit comments

Comments
 (0)