小红花·文摘
  • 首页
  • 广场
  • 排行榜🏆
  • 直播
  • FAQ
Dify.AI

Building the OAPE PostgreSQL Certification I’m one of the founders of the Open Alliance for PostgreSQL Education (OAPE). Over the past two years, I’ve had a front-row seat to watching an...

Cornelia Biacsics: Building The OAPE PostgreSQL Certification

Planet PostgreSQL
Planet PostgreSQL · 2026-07-21T08:33:25Z

Time, Physics, Mathematics, and Databases Physics treats time as one of the fundamental dimensions of the universe. Mathematics transforms time into measurable values, equations, intervals,...

Abhisek Goswami: PostgreSQL vs Destructive Time Travel: The Year 2038 Problem

Planet PostgreSQL
Planet PostgreSQL · 2026-07-21T05:00:58Z
Every UPDATE Leaves a Ghost: MVCC, Bloat, and VACUUM in PostgreSQL

What happens to old row versions after nobody needs them? They become dead tuples, and over time they bloat your tables. Go deeper into PostgreSQL MVCC with runnable psql examples.

Every UPDATE Leaves a Ghost: MVCC, Bloat, and VACUUM in PostgreSQL

PlanetScale - Blog
PlanetScale - Blog · 2026-07-20T00:00:00Z

On July 15, we hosted the second meetup at our new location, the Chicago Innovations Center. The CIC is evolving, and we like it more and more! I will probably stop saying it at some point, but...

Henrietta Dombrovskaya: Prairie Postgres July Meetup: Proudly Sourced at Midwest!

Planet PostgreSQL
Planet PostgreSQL · 2026-07-19T16:27:03Z
肖恩·托马斯:期待Postgres 19:检查点控制

Postgres 19引入了CHECKPOINT命令的新功能,DBA可以选择FAST和SPREAD两种模式来优化写入性能。FAST模式快速完成检查点,而SPREAD模式则平滑写入,减少对存储的冲击。此外,新增的FLUSH_UNLOGGED选项允许手动刷新未记录表的数据。这些改进提升了CHECKPOINT的灵活性,以满足不同的数据库管理需求。

肖恩·托马斯:期待Postgres 19:检查点控制

Planet PostgreSQL
Planet PostgreSQL · 2026-07-17T06:05:23Z

作者分享了使用SQLite作为Django网站数据库的经验,启用WAL模式和运行ANALYZE显著提高了查询性能。清理数据库时建议分批操作以避免超时。虽然当前Django ORM查询性能尚可,但未来可能考虑使用Postgres。备份方面,作者尝试了restic和Litestream,后者支持增量备份。整体上,作者对SQLite的使用体验积极,期待未来继续学习。

学习一些关于运行SQLite的知识

Julia Evans
Julia Evans · 2026-07-17T00:00:00Z
克里斯托弗·温斯莱特:Postgres 19 压缩:从 pglz 到 LZ4

Postgres 19计划将默认的TOAST压缩算法从pglz更改为LZ4,LZ4在压缩速度和压缩比上优于pglz,更适应现代硬件。Postgres使用统一的压缩框架,自动对可变长度类型进行压缩,TOAST的实现将继续优化压缩算法以解决数据存储问题。

克里斯托弗·温斯莱特:Postgres 19 压缩:从 pglz 到 LZ4

Planet PostgreSQL
Planet PostgreSQL · 2026-07-16T12:00:00Z

When you are upgrading across major PostgreSQL versions, there are a few ways to go. Dump and restore is the simplest to reason about, but downtime scales directly with database size, so for...

SHRIDHAR KHANAL: Upgrading PostgreSQL 9.6 to 17 with pg_upgrade

Planet PostgreSQL
Planet PostgreSQL · 2026-07-16T09:35:50Z

Gwen Shapira shares how teams are scaling AI features using PostgreSQL for mission-critical apps. She explains how to leverage Postgres's multi-modal capabilities - including JSONB parsing and...

Presentation: Postgres for Production Agents: Your Relational Foundation for Enterprise AI

InfoQ
InfoQ · 2026-07-15T12:57:00Z
每天节省时间的PostgreSQL元命令

PostgreSQL的元命令是数据库管理员日常管理的重要工具,帮助高效导航和控制数据库会话。常用的元命令如\d系列可用于发现数据库对象和查看元数据,简化重复任务,监控会话,提升查询性能。元命令与SQL相辅相成,前者提供数据库环境的洞察,后者用于数据操作。

每天节省时间的PostgreSQL元命令

Percona Database Performance Blog
Percona Database Performance Blog · 2026-07-15T12:44:13Z
让768台服务器看起来像1台

数据库分片是扩展Postgres和MySQL的有效方法,尤其适用于数据超过几TB的情况。通过将数据和查询分布到多个服务器,分片解决了单一数据库的瓶颈问题。应用程序可以通过代理层和负载均衡器与多个分片进行交互。Neki和Vitess是处理大规模数据库复杂性的关键工具。

让768台服务器看起来像1台

PlanetScale - Blog
PlanetScale - Blog · 2026-07-15T00:00:00Z
Jimmy Angelakos:LinkedIn Live:修复PostgreSQL中的错误SQL

文章介绍了Jimmy Angelakos在LinkedIn Live上进行的关于修复PostgreSQL中错误SQL的直播课程。课程基于其书籍《PostgreSQL Mistakes and How to Avoid Them》的第二章,重点讲解常见的SQL反模式及其导致的错误结果和性能问题,并通过实际示例展示如何识别和修复这些问题,以提高查询的安全性和效率。

Jimmy Angelakos:LinkedIn Live:修复PostgreSQL中的错误SQL

Planet PostgreSQL
Planet PostgreSQL · 2026-07-14T12:37:00Z

This post is about what PostgreSQL actually does when you write GRAPH_TABLE syntax. It turns out the database rewrites your graph query into ordinary joins against the underlying tables, then...

Hans-Juergen Schoenig: How SQL/PGQ Rewrites to Joins on PostgreSQL 19

Planet PostgreSQL
Planet PostgreSQL · 2026-07-14T05:00:40Z
当Postgres查询规划器失控时

Postgres查询规划器出现问题,导致数据库CPU利用率从20%飙升至100%。客户通过流量控制技术迅速限制了问题查询,恢复了数据库健康。问题源于查询规划器错误选择,导致未使用索引而进行全表扫描。后续需分析查询执行计划,调整索引或重写查询以避免再次发生。

当Postgres查询规划器失控时

PlanetScale - Blog
PlanetScale - Blog · 2026-07-13T00:00:00Z

CYBERTEC在瑞士PgDay 2026展示了UNLOGGED实验,演示了Postgres中的UNLOGGED表如何提升性能。视频为快速记录,旨在捕捉活动氛围,团队将制作正式纪录片,并希望观众反馈对这种格式的看法。

帕夫洛·戈卢布:瑞士PgDay 2026 [UNLOGGED]

Planet PostgreSQL
Planet PostgreSQL · 2026-07-13T00:00:00Z

I've been going to conferences and meetups of all kinds since 2004. And today — much like in the era when a Nokia brick was giving people their first, still-primitive taste of mobility — these...

Andrei Lepikhov: Postgres community events: isn't it time to tap the capabilities of the digital era?

Planet PostgreSQL
Planet PostgreSQL · 2026-07-11T23:26:20Z

This release was made 9 days ago, but I just realized that I neglected to make a blog post about it. So, for the record, here is the announcement that went out via email. I have released...

Andrew Dunstan: (Belatedly) Announcing Release 21 of the PostgreSQL Buildfarm Client

Planet PostgreSQL
Planet PostgreSQL · 2026-07-11T13:34:41Z

Ever have a query 'tossed over the fence' that you find incomprehensible but still have to support it? A few years ago, you would have needed to triage the query. Obfuscated queries can be tough...

Dave Stokes: Ever Run Into A PostgreSQL Query That You Can Figure Out What It Does??

Planet PostgreSQL
Planet PostgreSQL · 2026-07-10T20:06:17Z
AI联手Rust重写PostgreSQL:100%通过了回归测试

pgrust是一个用AI和Rust重写PostgreSQL的开源项目,旨在保持兼容性并简化数据库内部修改。该项目已通过46,000项回归测试,确保与原版一致。Rust语言提高了内存安全性,AI辅助开发加速了重构过程。尽管尚未稳定,pgrust为未来数据库的可修改性和创新提供了实验平台。

AI联手Rust重写PostgreSQL:100%通过了回归测试

极道
极道 · 2026-07-09T23:00:00Z
维博尔·库马尔:PostgreSQL、AI治理与C.A.L.M.平台测试

文章讨论了金融服务组织中AI治理的挑战,指出数据层与模型层之间的治理缺口导致风险。客户数据存在多个独立副本,缺乏一致的治理。提出C.A.L.M.框架,强调数据基础的可治理性、可证明性、杠杆效应和可测量性,以确保AI系统的可靠性和合规性。治理应从数据层开始,而非模型层。

维博尔·库马尔:PostgreSQL、AI治理与C.A.L.M.平台测试

Planet PostgreSQL
Planet PostgreSQL · 2026-07-09T16:40:09Z
  • <<
  • <
  • 1 (current)
  • 2
  • 3
  • >
  • >>
👤 个人中心
在公众号发送验证码完成验证
登录验证
在本设备完成一次验证即可继续使用

完成下面两步后,将自动完成登录并继续当前操作。

1 关注公众号
小红花技术领袖公众号二维码
小红花技术领袖
如果当前 App 无法识别二维码,请在微信搜索并关注该公众号
2 发送验证码
在公众号对话中发送下面 4 位验证码
友情链接: MOGE.AI 九胧科技 模力方舟 Gitee AI 菜鸟教程 Remio.AI DeekSeek连连 53AI 神龙海外代理IP IPIPGO全球代理IP 东波哥的博客 匡优考试在线考试系统 开源服务指南 蓝莺IM Solo 独立开发者社区 AI酷站导航 极客Fun 我爱水煮鱼 周报生成器 He3.app 简单简历 白鲸出海 T沙龙 职友集 TechParty 蟒周刊 Best AI Music Generator

小红花技术领袖俱乐部
小红花·文摘:汇聚分发优质内容
小红花技术领袖俱乐部
Copyright © 2021-
粤ICP备2022094092号-1
公众号 小红花技术领袖俱乐部公众号二维码
视频号 小红花技术领袖俱乐部视频号二维码