SlideShare a Scribd company logo
The Architecture of EdgeDB
Fantix King @fantix
February 10, 2022
2
Overview
3
Internals
4
Concurrency
5
Quality of Service
6
Retrying Transactions
async for tx in client.transaction():
async with tx:
await tx.execute("insert ...")
...
await client.transaction(async tx => {
await tx.execute(`insert ...`);
...
});
7
Ecosystem
8
Thanks!
Fantix King @fantix
February 10, 2022
9

More Related Content

PDF
F# for C# Programmers
PDF
Mise en oeuvre des framework de machines et deep learning v1
PDF
Deep Learning from scratch 5장 : backpropagation
PDF
Polymorphisme
PDF
TDDBC お題
PDF
Chapitre i introduction et motivations
PDF
テストコードの定型化
PDF
アンチフラジャイルの世界
F# for C# Programmers
Mise en oeuvre des framework de machines et deep learning v1
Deep Learning from scratch 5장 : backpropagation
Polymorphisme
TDDBC お題
Chapitre i introduction et motivations
テストコードの定型化
アンチフラジャイルの世界

What's hot (20)

PDF
More mastering the art of indexing
PDF
NDC11_슈퍼클래스
PDF
Chapitre 2 complexité
PPTX
Quill vs Slick Smackdown
PDF
Théorie des langages - 01 - Compilation
PPTX
積分問題
PPT
Oracle Coherence: in-memory datagrid
PDF
JDBC: Gestion des bases de données en Java
PDF
Serie tri revision_3si
PDF
Tp2 - WS avec JAXRS
PDF
Cours design pattern m youssfi partie 1 introduction et pattern strategy
PPTX
[0410 박민근] 기술 면접시 자주 나오는 문제들
PDF
GoによるWebアプリ開発のキホン
PDF
TypeProf for IDE: Enrich Development Experience without Annotations
PDF
Introduction a la compilation Analyse lexicale - C2
PDF
Dr Frankenfunctor and the Monadster
PDF
本当のClosure Compilerをお見せしますよ。
PPTX
徳丸本に載っていないWebアプリケーションセキュリティ
PDF
Postgresql tutorial
ODP
Method Handles in Java
More mastering the art of indexing
NDC11_슈퍼클래스
Chapitre 2 complexité
Quill vs Slick Smackdown
Théorie des langages - 01 - Compilation
積分問題
Oracle Coherence: in-memory datagrid
JDBC: Gestion des bases de données en Java
Serie tri revision_3si
Tp2 - WS avec JAXRS
Cours design pattern m youssfi partie 1 introduction et pattern strategy
[0410 박민근] 기술 면접시 자주 나오는 문제들
GoによるWebアプリ開発のキホン
TypeProf for IDE: Enrich Development Experience without Annotations
Introduction a la compilation Analyse lexicale - C2
Dr Frankenfunctor and the Monadster
本当のClosure Compilerをお見せしますよ。
徳丸本に載っていないWebアプリケーションセキュリティ
Postgresql tutorial
Method Handles in Java
Ad

Recently uploaded (20)

PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Nekopoi APK 2025 free lastest update
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Digital Strategies for Manufacturing Companies
PPTX
Essential Infomation Tech presentation.pptx
PDF
top salesforce developer skills in 2025.pdf
PDF
medical staffing services at VALiNTRY
PDF
AI in Product Development-omnex systems
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
System and Network Administration Chapter 2
Design an Analysis of Algorithms II-SECS-1021-03
Nekopoi APK 2025 free lastest update
Upgrade and Innovation Strategies for SAP ERP Customers
Design an Analysis of Algorithms I-SECS-1021-03
Understanding Forklifts - TECH EHS Solution
Which alternative to Crystal Reports is best for small or large businesses.pdf
Digital Strategies for Manufacturing Companies
Essential Infomation Tech presentation.pptx
top salesforce developer skills in 2025.pdf
medical staffing services at VALiNTRY
AI in Product Development-omnex systems
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PTS Company Brochure 2025 (1).pdf.......
How to Migrate SBCGlobal Email to Yahoo Easily
wealthsignaloriginal-com-DS-text-... (1).pdf
VVF-Customer-Presentation2025-Ver1.9.pptx
Internet Downloader Manager (IDM) Crack 6.42 Build 41
System and Network Administration Chapter 2
Ad

The architecture of EdgeDB