partitioning

Tag

Cards List
#partitioning

@Greptime: Repartitioning a big table is normally a migration project: new table, dual-write, backfill TB of history, cut over. Gr…

X AI KOLs Timeline · 2026-07-14 Cached

GreptimeDB v1.1 introduces online repartitioning for existing tables via a single ALTER TABLE statement, eliminating the need for data migration, dual-writes, or application changes. It leverages shared object storage and logical shards to update manifests and routing without moving data between nodes.

0 favorites 0 likes
#partitioning

Robust Feasible Route Construction through Collaborative Partition Optimization

arXiv cs.AI · 2026-07-07 Cached

This paper introduces Collaborative Routing Constructors (CoRC), a framework that enables independently solved subproblems to exchange customers and vehicles during optimization, improving feasibility and scalability for large-scale Capacitated Vehicle Routing Problems.

0 favorites 0 likes
#partitioning

Designing DB partitions you don't have to babysit

Hacker News Top · 2026-07-01 Cached

This article discusses common pitfalls in database partitioning, particularly the mistake of partitioning by a date column that forces queries to include a date filter. It proposes partitioning by the primary key instead and using a background service to manage partition boundaries, thus avoiding the need to modify application code.

0 favorites 0 likes
#partitioning

Looking Ahead to Postgres 19

Hacker News Top · 2026-06-30 Cached

PostgreSQL 19 beta introduces key features like REPACK CONCURRENTLY, partition splitting and merging, and enhanced logical replication, offering practical improvements for production database management.

0 favorites 0 likes
#partitioning

@Greptime: GreptimeDB v1.1: you no longer have to lock in a table's partition layout when you create it. Before, only tables creat…

X AI KOLs Following · 2026-06-16 Cached

GreptimeDB v1.1 introduces online repartitioning for existing tables, incremental Flow reads, a semantic layer for LLMs, and stability improvements.

0 favorites 0 likes
← Back to home

Submit Feedback