小红花·文摘
  • 首页
  • 广场
  • 排行榜🏆
  • 直播
  • FAQ
Dify.AI
沉浸式翻译 immersive translate

MySQL HeatWave AutoML is a native automated machine learning engine tightly integrated with the MySQL HeatWave database. It enables model training, inference, scoring, and explainability through...

A Practical Approach to Running MySQL HeatWave AutoML in Mission-Critical Environment

Planet MySQL
Planet MySQL · 2026-03-08T14:49:26Z

In traditional MySQL, analytics require data to be ingested into InnoDB tables and processed on a single primary instance using row-based storage engine and limited parallelism. Scaling analytical...

Designing Continuous Availability: Active-Active HA for MySQL HeatWave Lakehouse

Planet MySQL
Planet MySQL · 2026-03-04T14:13:13Z

In traditional MySQL, analytics require data to be ingested into InnoDB tables and processed on a single primary instance using row-based storage engine and limited parallelism. Scaling analytical...

Designing Continuous Availability: Active-Active HA for MySQL HeatWave Lakehouse

Planet MySQL
Planet MySQL · 2026-03-04T14:13:13Z

彼得·扎伊采夫曾管理MySQL高性能组,后创立Percona。他拥有计算机科学硕士学位,专长于数据库内核、计算机硬件和应用扩展。

MySQL生态系统究竟是什么?

Percona Database Performance Blog
Percona Database Performance Blog · 2026-03-03T14:39:23Z

As discussed in the earlier blog post A new Era of Community Engagement, there are many ways to connect with the MySQL Community.  MySQL Community: Ways to Learn, Connect, and Contribute (and See...

Top Ways to Engage with the MySQL Community

Planet MySQL
Planet MySQL · 2026-03-03T13:38:14Z

This guide explains how to subtract days from dates across MySQL, H2, and other databases with different SQL dialects. Learn how to standardize behavior using compatibility modes, wrapper...

Mastering Cross-Database Date Manipulation: Subtracting Days in MySQL and H2

Planet MySQL
Planet MySQL · 2026-03-02T18:52:01Z

The MySQL ODBC driver is what keeps BI tools, reporting systems, and ETL pipelines connected to MySQL without errors. Teams have depended on it for years, and it’s still vital today, especially...

ODBC Driver for MySQL: Open-Source vs Commercial (2026)

Planet MySQL
Planet MySQL · 2026-02-28T18:21:25Z

本文提供了一个WordPress的Docker Compose配置示例,包括数据库连接信息和端口映射设置。

Deploying MySQL and WordPress on Docker in Ubuntu

碎言博客
碎言博客 · 2026-02-28T13:10:44Z
MySQL 9.6 更改外键约束和级联处理

MySQL 9.6开始通过SQL层管理外键约束和级联操作,提升了变更跟踪和数据一致性,解决了InnoDB存储引擎的局限性。这一更新有助于CDC管道和分析工作负载,但可能影响性能。Oracle计划未来支持更多存储引擎的触发器和外键约束。

MySQL 9.6 更改外键约束和级联处理

InfoQ
InfoQ · 2026-02-28T08:34:00Z

If you’re working with MySQL HeatWave, Oracle’s powerful in-memory query accelerator for analytics workloads, you might find yourself needing to verify whether your tables are properly loaded into...

Checking if MySQL Tables Are Loaded in HeatWave In-Memory: A Quick Guide

Planet MySQL
Planet MySQL · 2026-02-27T02:04:27Z

If you’ve ever dived into MySQL configuration, you’ve probably come across the term “SQL modes.” These are powerful settings that can change how MySQL interprets SQL queries, handles data...

Understanding MySQL SQL Modes: A Quick Guide

Planet MySQL
Planet MySQL · 2026-02-24T21:58:43Z

As we shared in the MySQL Belgium Days in January, and summarized in the latest blog post , we are excited to invite you to an upcoming MySQL community webinar. This is an opportunity to connect...

Join the MySQL Community Roadmap Webinar

Planet MySQL
Planet MySQL · 2026-02-23T16:21:12Z

This post covers a hands-on walkthrough of MySQL 8.0's JSON functions. JSON support has been in MySQL since 5.7, but 8.0 added a meaningful set of improvements — better indexing strategies, new...

MySQL 8.0 JSON Functions: Practical Examples and Indexing

Planet MySQL
Planet MySQL · 2026-02-21T22:39:00Z
致甲骨文的公开信:让我们谈谈MySQL的未来

在旧金山和布鲁塞尔举行的MySQL社区峰会上,参与者讨论了MySQL的未来。MySQL面临受欢迎程度下降的风险,PostgreSQL成为新项目的首选。为重振MySQL,呼吁建立非营利基金会以促进开放创新,并与Oracle合作。希望通过公开信团结社区,推动MySQL发展。

致甲骨文的公开信:让我们谈谈MySQL的未来

Percona Database Performance Blog
Percona Database Performance Blog · 2026-02-17T15:07:32Z

Right before FOSDEM kicked off, the preFOSDEM MySQL Belgian Days returned to the usual place in Brussels for two packed days (Jan 29-30, 2026). The format stayed true to what makes this event...

preFOSDEM MySQL Belgian Days 2026 Recap: Real-World Ops, New Features, and RockStar Moments

Planet MySQL
Planet MySQL · 2026-02-17T12:31:39Z
How to Enable the MySQL Optimizer Trace

在MySQL中,可以通过开启优化器跟踪来分析索引使用情况,从而了解优化器如何处理查询以及未使用预期索引的原因。

How to Enable the MySQL Optimizer Trace

Nicksxs's Blog
Nicksxs's Blog · 2026-02-15T14:51:13Z

We are pleased to introduce the ability to export MySQL HeatWave backup data directly to an OCI Object Storage bucket in your tenancy, enabling a one-step process to create an exported backup via...

Introducing MySQL Backup Export in MySQL HeatWave

Planet MySQL
Planet MySQL · 2026-02-13T12:32:47Z
VillageSQL作为一个专注于扩展的MySQL分支发布

VillageSQL是一个新开源项目,旨在提升MySQL的可扩展性,特别针对AI和代理工作负载。它提供结构化扩展框架,允许用户打包自定义数据类型和函数,促进“无权限创新”。初始版本包含多个示例扩展,现已开放供社区测试和反馈。

VillageSQL作为一个专注于扩展的MySQL分支发布

InfoQ
InfoQ · 2026-02-13T06:52:00Z

启用真管道化批量执行。,基于 ADO.NET 标准接口实现,直接通过 TCP 通信实现 MySQL 协议层(Protocol Version 10),完全不依赖 NewLife 团队以外的任何第三方组件,采用。管道化模式(Pipeline=true):批量发送 → 一次 Flush → 批量读取,耗时 ≈ 1 × 网络延迟 + N × 服务器处理时间。:内置多种批量操作方案(字典参数集 /...

MySql客户端驱动NewLife.MySql

dotNET跨平台
dotNET跨平台 · 2026-02-13T00:02:09Z

DELETE 的管道化加速比高于 INSERT/UPDATE,原因:DELETE 操作的 InnoDB 标记删除+清理回收开销较大,事务批量提交的 group commit 收益更明显。管道化在 UPDATE 场景的优势最为显著,因为 UPDATE 的单行开销(索引查找+行锁+redo log)比 INSERT 更大,管道化+事务的 group commit 收益更高。原理:事务将多条...

NewLife.MySql 性能测试报告

dotNET跨平台
dotNET跨平台 · 2026-02-13T00:02: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
公众号 小红花技术领袖俱乐部公众号二维码
视频号 小红花技术领袖俱乐部视频号二维码