DEV Community

Franck Pachot profile picture

Franck Pachot

Developer Advocate ▝▞ YugabyteDB - postgres compatible distributed SQL open-source database, 🅾Oracle Certified Master, 🍃MongoDB Certified Associate Data Modeler 🐘 PostgreSQL fan,🔶AWS Data Hero

Education

Master MIAGE, Université Paris-Sud, France

Work

Developer Advocate at Yugabyte

Six Year Club
Writing Debut
2 Week Community Wellness Streak
Five Year Club
Four Year Club
1 Week Community Wellness Streak
16 Week Writing Streak
Three Year Club
8 Week Writing Streak
4 Week Writing Streak
Two Year Club
One Year Club
100k Write IOPS in Aurora t3.medium ?

100k Write IOPS in Aurora t3.medium ?

1
Comments
6 min read

Want to connect with Franck Pachot?

Create an account to connect with Franck Pachot. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Starting a YugabyteDB lab cluster with AWS CLI

Starting a YugabyteDB lab cluster with AWS CLI

6
Comments
3 min read
What's behind the Call Home option?

What's behind the Call Home option?

1
Comments
2 min read
Speeding Up Foreign Key Constraints During Migrations

Speeding Up Foreign Key Constraints During Migrations

4
Comments
4 min read
SQL-92 in TPC Benchmarks: Are They Still Relevant?

SQL-92 in TPC Benchmarks: Are They Still Relevant?

7
Comments
10 min read
Indexing for a Scalable Serialization Isolation Level

Indexing for a Scalable Serialization Isolation Level

3
Comments 2
5 min read
The Doctor's On-Call Shift example and a Normalized Relational Schema to Avoid Write Skew

The Doctor's On-Call Shift example and a Normalized Relational Schema to Avoid Write Skew

2
Comments 3
7 min read
You Probably Don't Need Serializable Isolation

You Probably Don't Need Serializable Isolation

5
Comments
4 min read
A brief example of an SQL serializable transaction

A brief example of an SQL serializable transaction

20
Comments 9
7 min read
YugabyteDB as a Graph database with PuppyGraph

YugabyteDB as a Graph database with PuppyGraph

1
Comments
4 min read
AWS re:Invent 2024 - Which sessions I'll try to attend.

AWS re:Invent 2024 - Which sessions I'll try to attend.

12
Comments
7 min read
PostgreSQL Semi Join, Unique-ify RHS, Materialized CTEs, and Rows Estimation

PostgreSQL Semi Join, Unique-ify RHS, Materialized CTEs, and Rows Estimation

3
Comments
9 min read
Native GLIBC instead of Linuxbrew since 2.21

Native GLIBC instead of Linuxbrew since 2.21

1
Comments
3 min read
pgSphere and Q3C on Distributed SQL

pgSphere and Q3C on Distributed SQL

2
Comments
4 min read
IN() Index Scan in PostgreSQL 17 and YugabyteDB LSM Tree

IN() Index Scan in PostgreSQL 17 and YugabyteDB LSM Tree

1
Comments
9 min read
Frequent Re-Connections improved by Connection Manager

Frequent Re-Connections improved by Connection Manager

Comments
4 min read
Maintaining Throughput With Less Physical Connections

Maintaining Throughput With Less Physical Connections

Comments
6 min read
YugabyteDB Connection Manager: a Database Resident Connection Pool with Shared Processes

YugabyteDB Connection Manager: a Database Resident Connection Pool with Shared Processes

Comments
7 min read
ERROR: index row size 3056 exceeds btree version 4 maximum 2704 for index

ERROR: index row size 3056 exceeds btree version 4 maximum 2704 for index

6
Comments
4 min read
Write Buffering to Reduce Raft Consensus Latency in YugabyteDB

Write Buffering to Reduce Raft Consensus Latency in YugabyteDB

5
Comments
11 min read
Asynch replication for Disaster Recovery, Read Replicas, and Change Data Capture

Asynch replication for Disaster Recovery, Read Replicas, and Change Data Capture

Comments
3 min read
Fast PITR and MVCC reads with Key-Value LSM Tree

Fast PITR and MVCC reads with Key-Value LSM Tree

Comments
4 min read
RocksDB, Key-Value Storage, and Packed Rows: the backbone of YugabyteDB's distributed tablets flexibility

RocksDB, Key-Value Storage, and Packed Rows: the backbone of YugabyteDB's distributed tablets flexibility

3
Comments
3 min read
SQL as fast as NoSQL, Bulk Loads, Covering and Partial Indexes

SQL as fast as NoSQL, Bulk Loads, Covering and Partial Indexes

2
Comments
4 min read
Batching and Push-Downs to Distribute with High-Performance reads and writes

Batching and Push-Downs to Distribute with High-Performance reads and writes

2
Comments
7 min read
Fault Tolerance with Raft and no Single Point of Failure

Fault Tolerance with Raft and no Single Point of Failure

1
Comments
3 min read
Linearly Scalable Architecture with Separation of Concern

Linearly Scalable Architecture with Separation of Concern

Comments
2 min read
Most Complete Auto-Sharding and Partitioning Strategies

Most Complete Auto-Sharding and Partitioning Strategies

Comments
1 min read
Pessimistic locking, Read Committed, and all Isolation Levels

Pessimistic locking, Read Committed, and all Isolation Levels

1
Comments
2 min read
Unique PostgreSQL-compatible Distributed SQL database

Unique PostgreSQL-compatible Distributed SQL database

Comments
4 min read
🧵10 Facts About YugabyteDB: Misconceptions Debunked

🧵10 Facts About YugabyteDB: Misconceptions Debunked

1
Comments
1 min read
Physically isolating tenants with tablespaces and smart drivers in YugabyteDB

Physically isolating tenants with tablespaces and smart drivers in YugabyteDB

1
Comments
5 min read
Implementing “Get or Create” in YugabyteDB (or PostgreSQL)

Implementing “Get or Create” in YugabyteDB (or PostgreSQL)

2
Comments
11 min read
Multi-Statement SQL for reducing write latency in YugabyteDB (and PostgreSQL alternative to INSERT ALL)

Multi-Statement SQL for reducing write latency in YugabyteDB (and PostgreSQL alternative to INSERT ALL)

1
Comments
7 min read
Different Roles for Read Replicas in PostgreSQL and YugabyteDB

Different Roles for Read Replicas in PostgreSQL and YugabyteDB

2
Comments
7 min read
Clustering Factor for YugabyteDB Index Scan: correlation between secondary indexes and the primary key

Clustering Factor for YugabyteDB Index Scan: correlation between secondary indexes and the primary key

Comments
8 min read
Performance of range queries in B-Tree and LSM indexes

Performance of range queries in B-Tree and LSM indexes

20
Comments
9 min read
Observing CPU/RAM/IO pressure in YugabyteDB with Linux PSI on AlmaLinux8 (Pressure Stall Information)

Observing CPU/RAM/IO pressure in YugabyteDB with Linux PSI on AlmaLinux8 (Pressure Stall Information)

2
Comments
8 min read
Exceptions and Commit in PostgreSQL PL/pgSQL vs. Oracle PL/SQL

Exceptions and Commit in PostgreSQL PL/pgSQL vs. Oracle PL/SQL

13
Comments 3
3 min read
Distributing PostgreSQL on Amazon Elastic Kubernetes

Distributing PostgreSQL on Amazon Elastic Kubernetes

3
Comments
7 min read
Find hotspots with Yugabyte Active Session History

Find hotspots with Yugabyte Active Session History

2
Comments
2 min read
Optimizing Fuzzy Search Across Multiple Tables: pg_trgm, GIN, and Triggers

Optimizing Fuzzy Search Across Multiple Tables: pg_trgm, GIN, and Triggers

4
Comments
4 min read
Stored Procedures & Exception Handling when migrating from Oracle to PostgreSQL or YugabyteDB

Stored Procedures & Exception Handling when migrating from Oracle to PostgreSQL or YugabyteDB

8
Comments
4 min read
Active Session History (ASH) in YugabyteDB

Active Session History (ASH) in YugabyteDB

1
Comments
7 min read
Improving Your SQL Indexing: How to Effectively Order Columns

Improving Your SQL Indexing: How to Effectively Order Columns

2
Comments
1 min read
Observing Clock Skew ERROR: 40001 - Restart read required

Observing Clock Skew ERROR: 40001 - Restart read required

2
Comments
5 min read
Multi-Region Async Table Broadcast with YugabyteDB xCluster 1-to-N replication

Multi-Region Async Table Broadcast with YugabyteDB xCluster 1-to-N replication

3
Comments
8 min read
Deletes and MVCC in YugabyteDB

Deletes and MVCC in YugabyteDB

3
Comments
12 min read
Partitions, Merge Append, Pagination, and Limit pushdown in YugabyteDB

Partitions, Merge Append, Pagination, and Limit pushdown in YugabyteDB

Comments
6 min read
The Log Is (not) The Database

The Log Is (not) The Database

46
Comments
9 min read
Distributed PostgreSQL with YugabyteDB Multi-Region Kubernetes / Istio / Amazon EKS

Distributed PostgreSQL with YugabyteDB Multi-Region Kubernetes / Istio / Amazon EKS

3
Comments
2 min read
YB-Master, the YugabyteDB Universe control plane

YB-Master, the YugabyteDB Universe control plane

1
Comments
5 min read
Multi-AZ PostgreSQL COMMIT wait events: WALSync, SyncRep & XactSync

Multi-AZ PostgreSQL COMMIT wait events: WALSync, SyncRep & XactSync

2
Comments
5 min read
Server-side cache for YugabyteDB sequences to workaround the Nspgl `DISCARD SEQUENCES`

Server-side cache for YugabyteDB sequences to workaround the Nspgl `DISCARD SEQUENCES`

2
Comments
4 min read
Crash on clock skew: performance vs availability

Crash on clock skew: performance vs availability

2
Comments
7 min read
Advisory/Custom/Application Lock with YugabyteDB

Advisory/Custom/Application Lock with YugabyteDB

Comments
5 min read
A lightweight YugabyteDB docker image for CI/CD

A lightweight YugabyteDB docker image for CI/CD

Comments
2 min read
A smaller YugabyteDB image for CI/CD (example with Sakila)

A smaller YugabyteDB image for CI/CD (example with Sakila)

2
Comments
3 min read
Custom SQL Scripts in PostgreSQL PgBench

Custom SQL Scripts in PostgreSQL PgBench

8
Comments
6 min read
Snapshot too old in YugabyteDB

Snapshot too old in YugabyteDB

Comments
5 min read
loading...