惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX - 技术
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
Recent Announcements
Recent Announcements
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
T
The Exploit Database - CXSecurity.com
Simon Willison's Weblog
Simon Willison's Weblog
Cisco Talos Blog
Cisco Talos Blog
Microsoft Security Blog
Microsoft Security Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
K
Kaspersky official blog
F
Fortinet All Blogs
GbyAI
GbyAI
Forbes - Security
Forbes - Security
The Cloudflare Blog
博客园 - 司徒正美
博客园_首页
量子位
Schneier on Security
Schneier on Security
G
GRAHAM CLULEY
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed
N
News | PayPal Newsroom
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
T
Tor Project blog
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
Jina AI
Jina AI
Help Net Security
Help Net Security
T
Threat Research - Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Cybersecurity and Infrastructure Security Agency CISA
Project Zero
Project Zero
N
News and Events Feed by Topic
I
Intezer
B
Blog
美团技术团队
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
L
LINUX DO - 最新话题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
AWS News Blog
AWS News Blog
T
Tailwind CSS Blog
The Last Watchdog
The Last Watchdog
雷峰网
雷峰网
有赞技术团队
有赞技术团队

The Practical Developer

The Libuv Thread Pool Trap: Why Node.js Async APIs Stall Under Load Postgres Covering Indexes with INCLUDE: Eliminate Heap Fetches on Read-Heavy Workloads Postgres DISTINCT ON: The Fastest Way to Get the Latest Row Per Group Postgres Transaction Isolation: The Anomalies Your App Actually Faces in Production Linux TCP Tuning for Node.js Microservices: The Kernel Settings That Stop Silent Connection Drops Under Load Postgres HOT Updates and Fillfactor: Why Not All Writes Are Created Equal Database Connection Pool Leaks: Finding the Promise That Never Returns Its Seat Linux OOM Killer in Production: Why Your Node.js Containers Die Without a Stack Trace Postgres Materialized Views: Refresh Strategies That Do Not Lock Your Dashboards API Dependency Health Checks: Why /health Is Not Enough Authorization with Zanzibar Tuples: How Google Manages Permissions and How To Build the Same Check in Node.js Postgres Advisory Locks: The 20-Character Primitive That Replaces Redis for Coordination Dead Letter Queues: The Message Queue Pattern That Saves You at 2 a.m. File Descriptor Exhaustion: The Kernel Limit That Silently Drops Node.js Connections Graceful Degradation: The Pattern That Turns Total Outages into Partial Success PostgreSQL Full-Text Search: Dropping Elasticsearch for 90% of Use Cases S3 Presigned Multipart Uploads: Stop Your API Server from Being a File Upload Bottleneck MessagePack vs JSON: The Binary Serialization Switch That Cut Our Internal RPC Overhead by 40% DNS Caching in Node.js: The Silent Cause of Production Latency Spikes Reliable Cron Jobs: The Pattern That Stops Double Runs, Missed Executions, And The 2 AM Page GraphQL Query Complexity: Stop the OOM Query Before It Reaches Your Resolver Node.js Event Loop Lag: The Hidden Metric Behind Random Latency Spikes API Request Validation with Zod: The Schema That Catches Bad Input Before It Corrupts Your Database Load Shedding in Node.js: How to Reject Traffic Before You Drown Request Hedging: Cut Tail Latency In Half Without Overprovisioning Git Bisect: The Automated Binary Search That Finds Breaking Commits in Minutes Node.js Garbage Collection Tuning: Stop Letting V8 Pause Your Event Loop Node.js Server Timeouts: The Settings That Stop Slow Clients from Holding Sockets Hostage Postgres BRIN Indexes: The Time-Series Secret That Shrinks Indexes by 99% Event Sourcing with PostgreSQL: The Pragmatic 80% Solution Node.js Cluster Mode: Scaling the Event Loop Across CPU Cores Postgres Partial Indexes: Stopping Soft Deletes from Ruining Your Query Performance Request Coalescing with the Singleflight Pattern: Stop Drowning Your Database on Every Cache Miss The Bulkhead Pattern: Why One Slow Endpoint Should Not Drown Your Whole Service Node.js AsyncLocalStorage: End-to-End Request Context Without the Propagation Hell Postgres Deadlocks: Logging the Victim, Reproducing the Race, and Fixing the Lock Order Your Node.js HTTP Client Is the Bottleneck: Connection Pool Tuning That Works Optimistic Locking in Postgres: Stop Losing Data to Race Conditions Postgres Read Replicas: Stop Serving Stale Data to Your Users Cursor Pagination: Why Offset Queries Explode at Scale and How to Fix Them Node.js Worker Threads: 60 Lines That Stop a CSV Upload from Timing Out Every Other Request Reliable Webhook Delivery: Architecture for Outbound HTTP You Can Trust Request Timeouts and Deadline Propagation: Stop the Chain of Slowness Advanced Security Practices in Node.js Graceful Shutdown in Node.js: The 40 Lines That Stop 502s During Deploys Finding Node.js Memory Leaks with Heap Snapshots Idempotency Keys in 30 Lines: Stop Your Webhook From Charging Customers Twice Backpressure In Node.js: The Fix For Slow-Motion Queue Meltdowns Retries Done Right: Jitter, Budgets, and the Stampede You Did Not See Coming The Cache Stampede: Why Your "Just Add Redis" Layer Crashes Postgres at 3 a.m. Postgres SKIP LOCKED: An 80-Line Job Queue You Can Run Without Redis Stop Doing Work Nobody Wants: AbortController in Node.js, Done Right The N+1 Query Problem: We Found 23 In One Codebase And Killed Every One I Tried 5 AI Coding Tools for a Month. Here Is What I Actually Use CI/CD From Zero to Production in 30 Minutes With GitHub Actions Node.js vs Bun vs Deno: Which Runtime Should You Pick in 2025? Kubernetes Resource Requests And Limits: The Numbers That Decide If Your Cluster Is Stable The Three Pillars of Observability Are A Myth: What Actually Matters In Production pnpm Vs npm Vs yarn Vs Bun For Monorepos: Which One Earns The Migration In 2024 JSONB Indexing In Postgres: GIN Vs Expression Indexes, And When Each Is The Right Choice A Code Review Checklist That Ends The Same Three Arguments Every Sprint gRPC Vs REST In 2024: When The Switch Pays For Itself React Suspense For Data Fetching: The Pattern That Replaces Half Your Loading State Code The Five-Stage Rollout: How To Ship A Risky Change Without Holding Your Breath GitHub Actions In A Monorepo: Caching, Path Filters, And Secret Boundaries That Actually Work The Blameless Postmortem That Actually Improves Things: A Template And Six Hard-Won Rules Recursive CTEs In Postgres: How To Query A Tree Without N Round Trips Node.js Streams: When They Actually Help, And When They Just Add Complexity Playwright Vs Cypress In 2024: The Honest Comparison Of Which One Earns The Test Time React Server Components: The Mental Model That Makes The "use client" Boundary Obvious Pod Disruption Budgets: The K8s Object That Keeps Your Service Up During Cluster Maintenance Postgres LISTEN/NOTIFY: The Pub/Sub You Already Have And Are Not Using Chaos Engineering Starter Kit: The Five Drills That Don't Need Netflix-Scale Spec-Driven API Development With OpenAPI: How To Stop Drifting From Your Docs Saga Pattern vs Two-Phase Commit: Distributed Transactions Without The Lies Kubernetes Autoscaling Beyond CPU: The Custom-Metric HPA Pattern That Actually Works Distributed Locks With Redis: An Honest Look At Redlock And When You Don't Need It HTTP/2 vs HTTP/3: What Actually Changes For Your App, And What Doesn't Image Optimization For The Web In 2023: srcset, AVIF, And The Lighthouse Score You Actually Want Kafka vs RabbitMQ: A Decision Tree That Doesn't Hate You UUID vs Bigint Primary Keys In Postgres: The Index Math That Decides For You Flame Graphs: How To Find The Slow Function In 30 Seconds Without Profiling Theatre Postgres Streaming Vs. Logical Replication: Which One Solves Your Actual Problem ESLint Rules That Earn Their Keep: The Twelve I Enable On Every Project Pre-Commit Hooks That Pay For Themselves: Husky, lint-staged, And The Five Rules That Stick Zero-Downtime Database Migrations: The Six-Step Pattern That Rules Them All Circuit Breakers In Node.js: 50 Lines That Stop A Failing Dependency From Taking Down Your Service Postgres VACUUM Is Not Magic: How Your Hot Table Bloats To 80GB And How To Fix It Kubernetes Liveness And Readiness Probes: The Difference That Causes Half Your Outages Rate Limiting In Production: A Token Bucket In 30 Lines Of Redis The Outbox Pattern: How To Stop Losing Events When Postgres And Kafka Disagree Load Testing With k6: The Three Scenarios That Find Real Bugs (Not Synthetic Numbers) Postgres Row-Level Security For Multi-Tenant Apps: The Pattern That Stops You From Leaking Data Rebase vs. Merge: The Team Policy That Ends The Argument Forever OpenTelemetry in Node.js: Distributed Tracing That Actually Helps During an Incident Feature Flags That Pay Rent: The 4 Flag Types And When To Delete Each ETag, Last-Modified, and the Caching Headers Most APIs Get Wrong Connection Pooling Without the Cargo Cult: pgbouncer in 100 Lines of Config JSONB Is Not a Schema: When To Reach For It in Postgres, And When To Stop Bash Strict Mode: The Three Lines That Stop Your Deploy Script From Lying To You
Postgres Partitioning For Time-Series: The Boring Setup That Saves Your Database
The Practica · 2023-09-01 · via The Practical Developer

The events table is 2 TB. Queries that filter by date take 8 seconds. The retention policy says “keep 30 days” but the only way to delete rows is DELETE FROM events WHERE created_at < now() - interval '30 days', which takes 4 hours, generates a fresh full-table-scan-worth of WAL, and bloats the table because VACUUM cannot keep up.

This is the situation Postgres declarative partitioning is built to solve. With monthly partitions, “delete a month’s worth of data” becomes DROP TABLE events_2023_01, instant, no bloat, no WAL flood. Queries that filter by date scan only the relevant partitions. Backups can target hot vs cold ranges differently.

This post is the working setup, the partition-management automation, and the three gotchas that bite teams the first time.

Declarative partitioning, in 30 seconds

Postgres 10+ supports table partitioning as a first-class feature. You declare a parent table partitioned by some key, then create child tables that hold ranges of values:

CREATE TABLE events (
  id          bigserial,
  created_at  timestamptz NOT NULL,
  user_id     bigint NOT NULL,
  payload     jsonb,
  PRIMARY KEY (id, created_at)        -- partition key must be in PK
) PARTITION BY RANGE (created_at);

CREATE TABLE events_2023_09 PARTITION OF events
  FOR VALUES FROM ('2023-09-01') TO ('2023-10-01');

CREATE TABLE events_2023_10 PARTITION OF events
  FOR VALUES FROM ('2023-10-01') TO ('2023-11-01');

SELECT * FROM events queries the parent and Postgres routes to the right partition based on the WHERE clause. Inserts also route automatically.

The first quirk: the partition key (created_at) must be part of the primary key. You cannot have just id as the PK. Postgres needs the partition column to enforce uniqueness across partitions.

Automated partition management

You do not want to remember to add next month’s partition before the first of the month. Use pg_partman:

CREATE EXTENSION pg_partman;

SELECT partman.create_parent(
  p_parent_table => 'public.events',
  p_control      => 'created_at',
  p_type         => 'native',
  p_interval     => 'monthly',
  p_premake      => 4              -- create 4 months ahead
);

-- Schedule daily maintenance.
SELECT cron.schedule('partman-maintenance', '0 1 * * *', 'CALL partman.run_maintenance_proc()');

run_maintenance_proc creates new partitions and drops old ones according to your retention. With this scheduled, you never think about partitions again.

If you cannot install pg_partman (managed databases sometimes restrict extensions), the manual version is a Postgres function:

CREATE OR REPLACE FUNCTION ensure_next_events_partition() RETURNS void AS $$
DECLARE
  next_month date := date_trunc('month', now() + interval '1 month');
  partition_name text := 'events_' || to_char(next_month, 'YYYY_MM');
BEGIN
  EXECUTE format(
    'CREATE TABLE IF NOT EXISTS %I PARTITION OF events FOR VALUES FROM (%L) TO (%L)',
    partition_name,
    next_month,
    next_month + interval '1 month'
  );
END
$$ LANGUAGE plpgsql;

-- Schedule via pg_cron or your application:
-- CALL ensure_next_events_partition();

Indexes on partitioned tables

You declare indexes on the parent; Postgres creates them on each partition automatically:

CREATE INDEX events_user_id_idx ON events (user_id);
CREATE INDEX events_payload_gin ON events USING GIN (payload);

Each new partition (created by pg_partman) inherits these. You do not need to touch indexes again.

For the partition key itself, Postgres creates a btree on (created_at) per partition automatically when used in queries, but you may want to declare it explicitly to ensure a desired order:

CREATE INDEX events_created_at_idx ON events (created_at DESC);

Pruning: the speedup that pays for partitioning

When you query with a WHERE on the partition column, Postgres only scans the relevant partitions:

EXPLAIN ANALYZE
SELECT * FROM events
 WHERE created_at >= '2023-09-15' AND created_at < '2023-09-20';

Plan shows only events_2023_09 is scanned, not events_2023_08 or any other partition. This is “partition pruning” and it is the main performance benefit.

For pruning to work:

  • The WHERE clause must reference the partition column directly, not via a function. WHERE created_at >= now() - interval '7 days' is fine. WHERE date_trunc('day', created_at) >= '2023-09-15' is not (the function call defeats pruning).
  • For prepared statements, generic plans may not prune; use enable_partition_pruning = on (default since PG 11).
  • For partition pruning across partitioned tables in joins, Postgres 12+ handles it well.

Dropping old partitions in zero time

This is the operational win:

DROP TABLE events_2023_06;

Removes 100 GB of data in milliseconds. No DELETE, no VACUUM, no WAL flood. The “delete old data” cron is now trivial:

-- Drop partitions older than 6 months.
DO $$
DECLARE
  rec record;
BEGIN
  FOR rec IN
    SELECT inhrelid::regclass AS partition
    FROM pg_inherits
    WHERE inhparent = 'events'::regclass
  LOOP
    -- Parse the date out of the partition name and compare.
    IF substring(rec.partition::text from 'events_(\d{4}_\d{2})')::text <
       to_char(now() - interval '6 months', 'YYYY_MM')
    THEN
      EXECUTE format('DROP TABLE %s', rec.partition);
    END IF;
  END LOOP;
END $$;

pg_partman handles this with one config option (retention = '6 months').

The three traps

1. Partition key must match access patterns. If you partition by created_at but most queries are WHERE user_id = ? with no time filter, every query scans every partition, slower than the original table. Pick the column that most queries filter on.

2. Foreign keys to partitioned tables. Until Postgres 12, FKs from a child of one partitioned table to another were not supported. PG 12+ supports them, but with limits. Declarative FKs on partitioned tables are still less flexible than on plain tables. Test before you assume your existing schema “just works” partitioned.

3. Default partitions are dangerous. If you create a default partition, rows that don’t match any explicit partition land there. Forget to create next month’s partition before the month starts and all the new data accumulates in the default, which then has to be split out. Better: do not create a default partition. Insertion will fail loudly if a partition is missing, which is the right behavior.

Migrating an existing table

The tricky case is partitioning an existing populated table. Three options:

1. Use pg_partman’s existing-table workflow. It can convert in place using triggers and copy data over time.

2. Build new, swap. Create the partitioned table with a temporary name. Copy data in chunks (INSERT INTO events_partitioned SELECT * FROM events ORDER BY created_at). Set up a trigger on the old table to dual-write. After backfill, swap names atomically.

3. Accept downtime. For tables under ~100 GB, a maintenance window is sometimes simpler.

Option 2 is the most flexible but the most engineering effort. Option 1 is the easiest if you can install pg_partman. Don’t pick option 3 unless the table is tiny.

Common mistakes

Range too small. Daily partitions for a low-volume table = thousands of partitions = catalog bloat, slower planning. Aim for 1-10 GB per partition.

Range too large. Yearly partitions for a high-volume table give you only one partition per year being written to, which limits the operational benefit of dropping old data. Monthly is the sweet spot for most time-series.

Forgetting to monitor. A partition that is missing for tomorrow means tomorrow’s writes fail. Alert on “is there a partition for the current and next month?”

Partitioning by a UUID hash. Hash partitioning works but rarely buys you anything. Range or list is what you want most of the time.

When NOT to partition

A few cases:

  • Small tables (< 10 GB). Partitioning overhead is real (planning time, catalog rows). Don’t bother for small tables.
  • No clear partition key. If queries access random rows by ID with no time or category dimension, partitioning hurts.
  • Heavy cross-partition joins. Partitioning works best when each query stays within one partition.

For most cases that are not time-series-shaped (events, logs, audit trails, metrics), partitioning is overkill.

The takeaway

Time-series partitioning turns a runaway table problem into a routine maintenance task. Declarative partitioning + pg_partman + a daily cron is 30 minutes of setup and saves the year of “we need to delete old data but can’t” conversations.

Pick the right partition key (the column most queries filter on), pick the right interval (1-10 GB per partition), automate creation and dropping. The next time someone says “we need to clean up old events,” the answer is DROP TABLE, not a four-hour DELETE.


A note from Yojji

The kind of database operations work that turns “the events table is 2 TB and we can’t delete from it” into “we drop a partition every morning” is the kind of long-haul backend engineering Yojji’s teams build into the products they ship.

Yojji is an international custom software development company founded in 2016, with offices across Europe, the US, and the UK. They specialize in the JavaScript ecosystem, cloud platforms (AWS, Azure, GCP), and Postgres operations, including the partitioning, retention, and lifecycle work that decides whether your database stays manageable as it grows.