Yitong Blogs

Thoughts, stories and ideas.

Pgsql 水平分区数据示例

Pgsql 水平分区数据示例

PostgreSQL 分区指南 body { font-family: Arial, sans-serif; line-height: 1.6; margin: 20px; } h1, h2, h3 { color: #333; } code { background-color: #f4f4f4; padding: 2px 4px; border-radius: 4px; } pre { background-color: #f4f4f4; padding: 10px; border-radius: 4px; overflow-x: auto; } PostgreSQL 分区指南 本文档展示了如何创建一个分区表,并将旧表中的数据迁移到新的分区表中。通过分区,可以提高查询性能和数据管理的灵活性。 创建旧表 CREATE TABLE old_sales ( id SERIAL, sale_date DATE NOT