Trending

#DatabaseScaling

Latest posts tagged with #DatabaseScaling on Bluesky

Latest Top
Trending

Posts tagged #DatabaseScaling

PgDog is a Rust-based PostgreSQL proxy that handles connection pooling, load balancing, and database sharding on commodity hardware - managing thousands of connections where pgbouncer falls short.

https://github.com/pgdogdev/pgdog

#PostgreSQL #Rust #DatabaseScaling

0 0 0 0

🚀 Escalando PostgreSQL para 800 millones de usuarios de ChatGPT

Cómo OpenAI escaló PostgreSQL a millones de consultas por segundo.

https://openai.com/index/scaling-postgresql

#PostgreSQL #DatabaseScaling #Performance #RoxsRoss

0 0 0 0

OpenAI scales PostgreSQL for ChatGPT's 800M users using a single primary instance with multiple read replicas. This approach requires offloading some write-heavy workloads to Azure CosmosDB, sparking debate on its effectiveness and long-term implications. #DatabaseScaling 1/6

0 0 1 0
Post image

OpenAI cranked PostgreSQL to handle 800 M users—think connection pooling, Azure read replicas, and slick performance tweaks. Curious how they did it? Dive into the scaling secrets behind ChatGPT’s massive DB. #PostgreSQL #OpenAI #DatabaseScaling

🔗 aidailypost.com/news/openai-...

0 0 0 0
Preview
OpenAI Deploys PostgreSQL at Unprecedented Scale: 800 Million ChatGPT Users on Single-Primary Architecture Quick Brief The Infrastructure: OpenAI supports 800 million ChatGPT users with one Azure PostgreSQL primary instance and 50 read replicas handling millions of queries per second (QPS) The Challenge: Database load increased 10x in 12 months, requiring extensive optimizations to avoid cascading failures during traffic spikes The Impact: Demonstrates PostgreSQL can power hyperscale applications with five-nines availability and low double-digit millisecond p99 latency…

OpenAI reveals how 1 PostgreSQL primary + 50 replicas powers 800M ChatGPT users with 99.999% uptime and millions of QPS.

Full infrastructure breakdown by #AdwaitX ⬇️

#PostgreSQL #OpenAI #ChatGPT #DatabaseEngineering #Tech #News #DatabaseScaling #CloudArchitecture

0 0 0 0

On scaling, the debate centered on when sharding is truly needed vs. scaling a single Postgres instance. While a single database can handle large loads, sharding is seen as beneficial for managing very large tables and improving performance at scale. #DatabaseScaling 2/5

0 0 1 0

Before scaling or moving to distributed DBs, optimize! Discussion highlights optimizing queries, indexing, and config first. Many companies overspend due to inefficient practices, not lack of scale. #DatabaseScaling 5/6

0 0 1 0
Preview
Scheduled scaling of Amazon Aurora Serverless with Amazon EventBridge Scheduler | Amazon Web Services In this post, we demonstrate how you can implement scheduled scaling for Aurora Serverless using Amazon EventBridge Scheduler. By proactively adjusting minimum Aurora Capacity Units (ACUs), you can achieve...

📊📰 Scheduled scaling of Amazon Aurora Serverless with Amazon EventBridge Scheduler

buff.ly/681zRx4

#aws #AuroraServerless #AWS #DatabaseScaling #EventBridge #CloudComputing

1 0 0 0
Create a MySQL replica database in 4 short steps (2025)
Create a MySQL replica database in 4 short steps (2025) Scale your database using source-replica (master-slave) replicationFull article: https://victoronsoftware.com/posts/mysql-master-slave-replication/0:00 Intro...

We recently wrote about scaling MySQL using replicas.

Article: victoronsoftware.com/posts/mysql-master-slave...

Video: https://www.youtube.com/watch?v=mpCeatW4t_U
#DatabaseAdministration #MySQL #DatabaseScaling

0 0 0 0
Preview
Create a MySQL replica database in 4 short steps (2025) Scale your database using source-replica (master-slave) replication

We updated our MySQL replication article for the latest MySQL versions (8.0, 8.4, and 9.1)

victoronsoftware.com/posts/mysql-master-slave...
#DatabaseAdministration #MySQL #DatabaseScaling

0 0 0 0
Post image

When you start to really worry about your database... 👀 🚨 📈
#DatabaseScaling

3 0 0 0
Preview
3 database gotchas when building apps for scale Database issues that arise when scaling applications

We hit these database issues when scaling applications:
- Excessive database locks
- Read-after-write consistency
- Index limitations
#SQLPerformance #SQLDeveloper #DatabaseScaling #MySQL #DatabaseAdministration
victoronsoftware.com/posts/databa...

1 0 0 0
Preview
Create a MySQL slave replica in 4 short steps Scale your database using master-slave replication

I discovered how simple it is to create a MySQL master-slave replica.
#MySQL #DatabaseScaling #DatabaseAdministration
victoronsoftware.com/posts/mysql-...

8 0 0 0