小红花·文摘
  • 首页
  • AI Tokens🪙
  • 排行榜🏆
  • 直播
  • FAQ
MySQL的OpenID Connect认证,现已完全开源

本文介绍了Percona Server for MongoDB的软件物料清单(SBOM)功能,以及MySQL相关的gcache检查工具,内容涉及数据库技术更新。

MySQL的OpenID Connect认证,现已完全开源

Percona Database Performance Blog Percona Database Performance Blog · 2026-09-02T08:56:26Z
把 RDS MySQL 数据入仓 Amazon Redshift 的三种方式 · 首推 Zero-ETL

本文介绍将RDS MySQL数据同步至Amazon Redshift的三种方式:S3+COPY批量加载、AWS Glue ETL微批处理、Zero-ETL近实时集成。重点推荐Zero-ETL,因其零代码、全托管、延迟约1分钟且支持完整CDC(含删除操作)。文章对比三种方案的架构、成本、运维和延迟,并提供选型建议:持续同步选Zero-ETL,复杂转换用Glue,一次性导入用S3+COPY。

把 RDS MySQL 数据入仓 Amazon Redshift 的三种方式 · 首推 Zero-ETL

亚马逊AWS官方博客 亚马逊AWS官方博客 · 2026-08-28T15:36:18Z
Percona Server for MySQL 8.4 的性能演进

MySQL 8月19日文章介绍了gcache-inspector工具,用于检查Galera/PXC集群的写集(write sets),帮助用户停止猜测gcache大小配置,通过实际数据优化性能。

Percona Server for MySQL 8.4 的性能演进

Percona Database Performance Blog Percona Database Performance Blog · 2026-08-27T13:07:20Z

Moving a database from MySQL to PostgreSQL is two jobs, not one. Migration tools move the schema and the data. What they don't touch is the long tail behind the database: every query your...

Dmitry Narizhnykh: MySQL vs PostgreSQL Syntax: Translate Queries with AI — Then Verify the Results

Planet PostgreSQL Planet PostgreSQL · 2026-08-10T16:35:26Z
DuckDB MySQL引擎处理500GB数据

Percona MongoDB Operator 1.23.0发布,新增ClusterSync迁移、向量搜索及PVC快照备份功能。另有文章介绍如何从MySQL Galera集群迁移至Percona XtraDB集群。

DuckDB MySQL引擎处理500GB数据

Percona Database Performance Blog Percona Database Performance Blog · 2026-08-07T12:09:29Z
Percona Server for MySQL中存储过程的内存消耗

本文介绍从MySQL Galera Cluster迁移至Percona XtraDB Cluster的步骤、兼容性考量及操作要点,旨在帮助用户平滑过渡并利用Percona的增强功能。

Percona Server for MySQL中存储过程的内存消耗

Percona Database Performance Blog Percona Database Performance Blog · 2026-07-31T11:50:51Z

本文深入探讨了MySQL InnoDB的MVCC机制,分析了其对DML延迟、崩溃恢复和并发语义的影响,并强调理解源码结构的重要性。提供了源码路径、流程图和实验步骤,并与PostgreSQL进行了对比,讨论了MVCC与日志系统的耦合关系及本地验证实验的必要性。

【MySQL InnoDB 内核】MVCC 与 Read View

土法炼钢兴趣小组的博客 土法炼钢兴趣小组的博客 · 2026-07-23T00:00:00Z

MariaDB宣布MySQL Galera Cluster将于2026年9月30日停止维护,用户面临迁移选择。文章推荐Percona XtraDB Cluster(PXC),因其保持MySQL兼容性,迁移仅需更换底层服务器,而非像MariaDB那样改变数据库引擎。建议用户提前规划、测试,并利用PXC延续现有MySQL环境,避免风险。

如何从MySQL Galera Cluster迁移到Percona XtraDB Cluster

Percona Database Performance Blog Percona Database Performance Blog · 2026-07-22T09:56:28Z

本文介绍了Fastjson的MySQL gadget漏洞复现方法,包括多种payload示例(如JDBC4Connection和LoadBalancedMySQLConnection),并详细列出了受影响版本范围(如5.1.11-5.1.48、6.0.2/6.0.3等),以及不同触发方式(如ServerStatusDiffInterceptor和detectCustomCollations)的适用条件。

Fastjson_Mysql_gadget复现

像清水一般清澈透明 像清水一般清澈透明 · 2026-07-18T08:05:58Z

Percona Operator for MySQL 1.2.0版本新增了跨站点复制、加密备份和自动存储扩展功能,提升了MySQL的安全性和灵活性。

MySQL 9.7 LTS功能解析

Percona Database Performance Blog Percona Database Performance Blog · 2026-07-15T05:00:23Z
将DuckDB作为MySQL 9.7存储引擎运行

Percona Operator for MySQL 1.2.0版本新增了跨站点复制、加密备份和自动存储扩展功能,提升了MySQL的安全性和灵活性。

将DuckDB作为MySQL 9.7存储引擎运行

Percona Database Performance Blog Percona Database Performance Blog · 2026-07-10T13:38:16Z
MySQL 1.2.0的Percona操作员:跨站点复制、加密备份和自动存储扩展

文章讨论了在MySQL和Kubernetes中实现高可用性和数据管理的技术,强调通过社区Docker镜像避免供应商锁定,并扩展pt-archiver以支持快速保留策略的插件。

MySQL 1.2.0的Percona操作员:跨站点复制、加密备份和自动存储扩展

Percona Database Performance Blog Percona Database Performance Blog · 2026-07-07T13:19:26Z

文章讨论了MySQL的两个主题:扩展pt-archiver以支持分区插件,以快速执行保留策略;以及重新思考MySQL组复制中的高可用性问题,提出“故障转移黑暗期”的概念。

仍在使用MySQL 5.7或8.0?那些高严重性CVE修复已被涵盖

Percona Database Performance Blog Percona Database Performance Blog · 2026-07-02T08:01:50Z

文章讨论了MySQL的两个主题:一是Corrado Pandiani提出的通过分区感知插件扩展pt-archiver,以快速执行数据保留策略;二是Marco Tusa对MySQL组复制中高可用性的新思考,称为故障转移黑暗期。

跳过Percona Server for MySQL 8.4.9和9.7.0

Percona Database Performance Blog Percona Database Performance Blog · 2026-06-29T15:19:11Z
AWS 一周综述、Amazon Connect Customer 的代理式 CX 设计器、EC2 AMI 水印、MySQL 开放治理等(2026 年 6 月 29 日)

本周,AWS发布了多项新功能,包括无代码CX设计器、快速启动的Lambda MicroVMs、EC2 AMI水印和MySQL开放治理模式。此外,AWS认证更新简化了延续流程。

AWS 一周综述、Amazon Connect Customer 的代理式 CX 设计器、EC2 AMI 水印、MySQL 开放治理等(2026 年 6 月 29 日)

亚马逊AWS官方博客 亚马逊AWS官方博客 · 2026-06-29T09:29:53Z

MySQL Enterprise Edition includes powerful audit filtering capabilities, but writing audit filter JSON by hand can be tedious and error-prone. The JSON model is flexible, which is exactly what...

From JSON by Hand to a Guided MySQL Enterprise Edition Audit Filter Wizard

Planet MySQL Planet MySQL · 2026-06-25T19:31:46Z

For over 30 years, MySQL has grown through the contributions, feedback, and collaboration of a global community of developers, database administrators, customers, partners, educators, and open...

The Next Phase of MySQL Community Engagement: Accelerating Participation and Collaboration

Planet MySQL Planet MySQL · 2026-06-25T17:00:16Z

MySQL HeatWave Service (MHS) on Oracle Cloud Infrastructure (OCI) already provides multiple ways to create a new DB system, such as restoring from a backup, using Point-in-Time Recovery (PITR), or...

Create Replica DB system Made Easy for MySQL HeatWave Service on OCI

Planet MySQL Planet MySQL · 2026-06-23T17:37:02Z

我开发了一个名为 Ramag 的 macOS 原生桌面工具平台,集成了数据库客户端和剪贴板功能。数据库客户端支持 MySQL、PostgreSQL、Redis 和 MongoDB,提供统一入口和多连接管理。剪贴板功能支持文本和图片历史记录,具备全局热键和搜索筛选功能。项目仍在迭代中,欢迎反馈。

Rust + GPUI 数据库客户端(MySQL/PG/Redis/Mongo)+ 剪贴板

Rust.cc Rust.cc · 2026-06-23T10:30:07Z
通过UDF、插件和组件扩展MySQL功能

MySQL提供三种扩展SQL功能的方法:可加载函数(UDF)、服务器插件API和组件。UDF简单但过时,插件API适合复杂功能,组件则是现代架构,支持服务间依赖。实现时需注意参数类型匹配。

通过UDF、插件和组件扩展MySQL功能

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

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

1 关注公众号
小红花技术领袖公众号二维码
小红花技术领袖
如果当前 App 无法识别二维码,请在微信搜索并关注该公众号
2 发送验证码
在公众号对话中发送下面 4 位验证码
小红花技术领袖俱乐部
小红花·文摘:汇聚分发优质内容
小红花技术领袖俱乐部
Copyright © 2021-
粤ICP备2022094092号-1
公众号 小红花技术领袖俱乐部公众号二维码
视频号 小红花技术领袖俱乐部视频号二维码