-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.xml
More file actions
227 lines (227 loc) · 18.2 KB
/
Copy pathfeed.xml
File metadata and controls
227 lines (227 loc) · 18.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<feed xmlns="http://www.w3.org/2005/Atom">
<id>https://github.com/oursqlcommunity-org/one_time_for_planet/</id>
<title>Interesting MySQL Community/Ecosystem Posts without a Blog / RSS</title>
<link href="https://github.com/oursqlcommunity-org/one_time_for_planet"/>
<link rel="self" href="https://raw.githubusercontent.com/oursqlcommunity-org/one_time_for_planet/refs/heads/main/feed.xml"/>
<updated>2026-08-20T01:00:00+00:00</updated>
<entry>
<title>MySQL Community Edition Vulnerability Advisory: August 2026</title>
<link href="https://dev.mysql.com/community/security/advisories/2026-08-18/"/>
<content type="html">This page provides a view of the vulnerabilities addressed in MySQL Community Edition in the August 2026 Oracle MySQL Critical Security Patch Update. For this page, “MySQL Community Edition” means Community-distributed MySQL products. Only rows that map to Community-distributed components are included here.</content>
<id>https://dev.mysql.com/community/security/advisories/2026-08-18/</id>
<updated>2026-08-18T00:00:00+00:00</updated>
<author>
<name>Oracle/MySQL Community</name>
<uri>https://dev.mysql.com/community/</uri>
</author>
</entry>
<entry>
<title>MySQL Community Edition Vulnerability Advisory: July 2026</title>
<link href="https://dev.mysql.com/community/security/advisories/2026-07-21/"/>
<content type="html">This page provides a view of the vulnerabilities addressed in MySQL Community Edition in the July 2026 Oracle MySQL Critical Security Patch Update. For this page, “MySQL Community Edition” means Community-distributed MySQL products. Only rows that map to Community-distributed components are included here.</content>
<id>https://dev.mysql.com/community/security/advisories/2026-07-21/</id>
<updated>2026-07-21T00:00:00+00:00</updated>
<author>
<name>Oracle/MySQL Community</name>
<uri>https://dev.mysql.com/community/</uri>
</author>
</entry>
<entry>
<title>A Distributed Lock in Go and MySQL, and Every Way the Session Can Betray You</title>
<link href="https://tecnick.com/articles/nurago-mysqllock/"/>
<content type="html">Some work must happen at most once across an entire fleet: a nightly reconciliation, an idempotent migration, a cache rebuild. When several instances of a service could each try to run it, you need a lock that spans processes, and an in-memory mutex cannot span processes. One tempting answer, if you already depend on MySQL, is its built-in named locks: GET_LOCK('key', timeout) grants a server-wide lock, RELEASE_LOCK('key') frees it, and you have avoided standing up a separate coordination service. The mysqllock package in nurago is under six hundred lines built on exactly that primitive. This post is about the gap between “call GET_LOCK” and “a lock I can reason about”, because a MySQL named lock has one property that quietly invalidates the naive version: it lives and dies with the database session that holds it. What follows is a catalogue of the ways that session betrays you, and what the package does about each one.Computer Science</content>
<id>https://tecnick.com/articles/nurago-mysqllock/</id>
<updated>2026-07-18T00:00:00+00:00</updated>
<author>
<name>Nicola Asuni</name>
<uri>https://github.com/nicolaasuni</uri>
</author>
</entry>
<entry>
<title>MySQL Community Edition Vulnerability Advisory: June 2026</title>
<link href="https://dev.mysql.com/community/security/advisories/2026-06-16/"/>
<content type="html">This page provides a view of the vulnerabilities addressed in MySQL Community Edition in the June 2026 Oracle MySQL Critical Security Patch Update. For this page, “MySQL Community Edition” means Community-distributed MySQL products. Only rows that map to Community-distributed components are included here.</content>
<id>https://dev.mysql.com/community/vulnerability/advisories/2026-06-16/</id>
<updated>2026-06-16T00:00:00+00:00</updated>
<author>
<name>Oracle/MySQL Community</name>
<uri>https://dev.mysql.com/community/</uri>
</author>
</entry>
<entry>
<title>OurSQL Foundation launches to support MySQL users, developers, and companies</title>
<link href="https://www.globenewswire.com/news-release/2026/05/27/3302305/0/en/oursql-foundation-launches-to-support-mysql-users-developers-and-companies.html"/>
<content type="html">Today marks the launch of The OurSQL Foundation, an open organisation that will support the community of users, developers, and companies that are invested in the success of MySQL. The new Foundation will provide a venue for those involved in the MySQL community using, building and deploying applications that use MySQL or the broad range of compatible software to share with their peers, to access knowledge, and to provide feedback on future development in a transparent and consistent way. This community organization will support the growth and use of MySQL as an open source database and collaborate with all players in the market, including Oracle, to see MySQL succeed with the next generation of developers and applications.</content>
<id>https://www.globenewswire.com/news-release/2026/05/27/3302305/0/en/oursql-foundation-launches-to-support-mysql-users-developers-and-companies.html</id>
<updated>2026-05-28T14:00:00+00:00</updated>
<author>
<name>OurSQL</name>
<uri>https://www.globenewswire.com/en/search/organization/OurSQL</uri>
</author>
</entry>
<entry>
<title>How to automate large-scale RDS MySQL 8.0 to RDS MySQL 8.4 upgrades with Kiro and MCP</title>
<link href="https://repost.aws/articles/AReoa8WCDiQIqcwaWbPT6auQ/how-to-automate-large-scale-rds-mysql-8-0-to-rds-mysql-8-4-upgrades-with-kiro-and-mcp"/>
<content type="html">When a customer has 100+ RDS MySQL 8.0 instances that need to upgrade to 8.4, they face several challenges. The RDS MySQL Upgrade Assistant is an open-source tool that provides a 19-check SQL precheck engine with a remediation playbook, automated parameter and option group migration, Blue/Green and in-place upgrade orchestration with pre-switchover guardrail checks, and an application validation framework — all accessible via shell scripts or natural language through Kiro IDE/CLI.</content>
<id>https://repost.aws/articles/AReoa8WCDiQIqcwaWbPT6auQ/how-to-automate-large-scale-rds-mysql-8-0-to-rds-mysql-8-4-upgrades-with-kiro-and-mcp</id>
<updated>2026-05-22T18:00:00+00:00</updated>
<author>
<name>Taylor Chu</name>
<uri>https://repost.aws/community/users/USrsuna3MOSKaN-c3egfooMQ</uri>
</author>
</entry>
<entry>
<title>MySQL at a Crossroads: Oracle Control, Community Frustration, and MariaDB’s Rise</title>
<link href="https://www.softwareplaza.com/it-magazine/mysql-at-a-crossroads:-oracle-control,-community-frustration,-and-mariadb%E2%80%99s-rise"/>
<content type="html">For more than two decades, MySQL has been one of the pillars of modern web infrastructure. According to the Stack Overflow Developer Survey, it continues to rank among the most widely used databases worldwide. It powered early startups, supported the rise of PHP applications, and became a default choice for teams that needed a reliable relational database without enterprise complexity. Today, that comfortable position is under pressure.</content>
<id>https://www.softwareplaza.com/it-magazine/mysql-at-a-crossroads:-oracle-control,-community-frustration,-and-mariadb%E2%80%99s-rise</id>
<updated>2026-03-31T00:00:00+00:00</updated>
<author>
<name>IT Magazine</name>
<uri>https://www.softwareplaza.com/it-magazine</uri>
</author>
</entry>
<entry>
<title>If you're running MySQL on a symlink...</title>
<link href="https://www.linkedin.com/posts/yakir-gibraltar-5110bb111_bug120156-fix-truncate-table-crash-when-activity-7443945479857676289-ETRw/"/>
<content type="html">If you're running MySQL on a symlink and using versions 8.0.34 through 9.6.0, it's important to be aware of a critical bug that can cause MySQL to crash after executing a TRUNCATE command. </content>
<id>https://www.linkedin.com/posts/yakir-gibraltar-5110bb111_bug120156-fix-truncate-table-crash-when-activity-7443945479857676289-ETRw/</id>
<updated>2026-03-29T00:00:00+00:00</updated>
<author>
<name>Yakir Gibraltar</name>
<uri>https://www.linkedin.com/in/yakir-gibraltar-5110bb111/</uri>
</author>
</entry>
<entry>
<title>MySQL at 30 – does it still have a future? QnA</title>
<link href="https://betanews.com/article/mysql-at-30-does-it-still-have-a-future-qa/"/>
<content type="html">Last year MySQL marked its 30th birthday, but with end of life for the current version (8.0) coming up next month and moves towards a community edition what does the future hold for the platform? We spoke to Peter Zaitsev, founder of database support specialist Percona, to discuss what MySQL users should be doing now and whether there’s still life in the old database yet.</content>
<id>https://betanews.com/article/mysql-at-30-does-it-still-have-a-future-qa/</id>
<updated>2026-03-25T00:00:00+00:00</updated>
<author>
<name>Ian Barker</name>
<uri>https://betanews.com/author/ianbarker/</uri>
</author>
</entry>
<entry>
<title>DuckDB Storage Engine for MariaDB: Full-Speed Analytics Inside Your Database</title>
<link href="https://www.linkedin.com/pulse/duckdb-storage-engine-mariadb-full-speed-analytics-inside-drrtuy-ijowc/"/>
<content type="html">MariaDB has long been celebrated for its pluggable storage engine architecture — the same design that lets you run InnoDB, Aria, ColumnStore, and other engines within a single server. Now there's a new player joining the lineup: the DuckDB Storage Engine, bringing the full power of DuckDB's columnar analytical engine right inside MariaDB.</content>
<id>https://www.linkedin.com/pulse/duckdb-storage-engine-mariadb-full-speed-analytics-inside-drrtuy-ijowc/</id>
<updated>2026-03-20T00:00:00+00:00</updated>
<author>
<name>drrtuy drrtuy</name>
<uri>https://www.linkedin.com/in/drrtuy/</uri>
</author>
</entry>
<entry>
<title>Thought - Why Postgres is a dangerous default</title>
<link href="https://www.binarybox.org/p/thought-why-postgres-is-a-dangerous"/>
<content type="html">Nobody gets fired for choosing Postgres. It is the safest, most defensible technical decision you can make. Until it isn't. Especially when you are building a highly concurrent, event-driven logger.</content>
<id>https://www.binarybox.org/p/thought-why-postgres-is-a-dangerous</id>
<updated>2026-03-10T00:00:00+00:00</updated>
<author>
<name>Ashok Vishwakarma</name>
<uri>https://substack.com/@avishwakarma</uri>
</author>
</entry>
<entry>
<title>The MySQL Shadow</title>
<link href="https://momjian.us/main/blogs/pgblog/2026.html#March_11_2026"/>
<content type="html">For much of Postgres's history, it has lived in the shadow of other relational systems, and for a time even in the shadow of NoSQL systems. Those shadows have faded, but it is helpful to reflect on this outcome.</content>
<id>https://momjian.us/main/blogs/pgblog/2026.html#March_11_2026</id>
<updated>2026-03-11T16:00:00+00:00</updated>
<author>
<name>Bruce Momjian</name>
<uri>https://momjian.us/</uri>
</author>
</entry>
<entry>
<title>Is MySQL Due for a Renaissance?</title>
<link href="https://www.adventuresinoss.com/mysql-renaissance/"/>
<content type="html">Back at the turn of the century, open source was experiencing widespread adoption along with the growth of the Internet. The acronym LAMP was used a lot, meaning Linux, Apache, MySQL and PHP.</content>
<id>https://www.adventuresinoss.com/mysql-renaissance/7</id>
<updated>2026-03-11T15:15:00+00:00</updated>
<author>
<name>Tarus Balog</name>
<uri>https://www.linkedin.com/in/tarusbalog/</uri>
</author>
</entry>
<entry>
<title>The MySQL-to-Postgres Migration That Saved $480K/Year: A Step-by-Step Guide</title>
<link href="https://medium.com/@dusan.stanojevic.cs/the-mysql-to-postgres-migration-that-saved-480k-year-a-step-by-step-guide-4b0fa9f5bdb7"/>
<content type="html">Everything I learned migrating two massive codebases from MySQL 8 RDS to Postgres RDS, so you don’t have to figure it out alone.</content>
<id>https://medium.com/@dusan.stanojevic.cs/the-mysql-to-postgres-migration-that-saved-480k-year-a-step-by-step-guide-4b0fa9f5bdb7</id>
<updated>2026-02-25T00:00:00+00:00</updated>
<author>
<name>Dusan Stanojevic</name>
<uri>https://medium.com/@dusan.stanojevic.cs/</uri>
</author>
</entry>
<entry>
<title>SQL Anti-Patterns You Should Avoid</title>
<link href="https://datamethods.substack.com/p/sql-anti-patterns-you-should-avoid"/>
<content type="html">Today, I will be talking about some of the common and high impact SQL anti-patterns I have seen from experience that can make queries and pipelines difficult to maintain, or have slower than expected performance.</content>
<id>https://datamethods.substack.com/p/sql-anti-patterns-you-should-avoid</id>
<updated>2025-10-18T00:00:00+00:00</updated>
<author>
<name>Jordan Goodman</name>
<uri>https://substack.com/@jordangoodman</uri>
</author>
</entry>
<entry>
<title>Celebrating a New Chapter: Percona Welcomes Peter Farkas as its New Chief Executive Officer</title>
<link href="https://www.percona.com/blog/celebrating-a-new-chapter-percona-welcomes-peter-farkas-as-its-new-chief-executive-officer/"/>
<content type="html">Today, we are excited to announce that Peter Farkas will serve as Percona’s new Chief Executive Officer, where he will build on the company’s long-standing track record of success with an eye toward continuous innovation and growth.</content>
<id>https://www.percona.com/blog/celebrating-a-new-chapter-percona-welcomes-peter-farkas-as-its-new-chief-executive-officer/</id>
<updated>2025-10-07T16:00:00+00:00</updated>
<author>
<name>Cindy Neely</name>
<uri>https://www.percona.com/blog/author/cindy-neely/</uri>
</author>
</entry>
<entry>
<title>Performance Framework Autobench3's Profiler Runner – MySQL Benchmarking Series #5</title>
<link href="https://www.linkedin.com/pulse/performance-framework-autobench3s-profiler-runner-mysql-miller-pm9gc/"/>
<content type="html">When chasing changes in performance, it’s not enough to know which commit introduced the change — we need to understand how it has changed workloads.</content>
<id>https://www.linkedin.com/pulse/performance-framework-autobench3s-profiler-runner-mysql-miller-pm9gc/</id>
<updated>2025-10-05T11:00:00+00:00</updated>
<author>
<name>Jonathan Miller</name>
<uri>https://www.linkedin.com/in/jonathanbmiller/</uri>
</author>
</entry>
<entry>
<title>Oracle’s MySQL Layoffs — Strategy, Timing, and What It Means for Enterprise Customers</title>
<link href="https://www.linkedin.com/pulse/oracles-mysql-layoffs-strategy-timing-what-means-patrik-backman-a5g3f/"/>
<content type="html">The recent layoffs at Oracle’s MySQL team are not just another corporate restructuring. They are a signal — one that raises important questions for enterprises and the broader open-source community.</content>
<id>https://www.linkedin.com/pulse/oracles-mysql-layoffs-strategy-timing-what-means-patrik-backman-a5g3f/</id>
<updated>2025-09-19T10:00:00+00:00</updated>
<author>
<name>Patrik Backman</name>
<uri>https://www.linkedin.com/in/patrikbackman/</uri>
</author>
</entry>
<entry>
<title>DuckDB internals(1)-File Format Overview</title>
<link href="https://www.linkedin.com/pulse/duckdb-internals1-file-format-overview-zongzhi-chen-xudxc/"/>
<content type="html">DuckDB is renowned for its high query performance. However, due to DuckDB's relatively short development history, there aren't many articles that deeply analyze its various modules. This series of articles will dissect DuckDB from the source code level. This article, as the first in the DuckDB source code analysis series, will begin by introducing the file format, focusing on the storage of metadata, while subsequent articles will examine table data storage. All analysis in this article is based on DuckDB version 1.3.1 source code, and the TL;DR is found at the end of the article.</content>
<id>https://www.linkedin.com/pulse/duckdb-internals1-file-format-overview-zongzhi-chen-xudxc//</id>
<updated>2025-09-01T10:00:00+00:00</updated>
<author>
<name>zongzhi chen</name>
<uri>https://www.linkedin.com/in/zongzhi-chen-35a77a40/</uri>
</author>
</entry>
<entry>
<title>MySQL's New Storage and Execution Engine: DuckDB</title>
<link href="https://www.linkedin.com/pulse/mysqls-new-storage-execution-engine-duckdb-zongzhi-chen-4woqc/"/>
<content type="html">DuckDB is an open-source database designed for online analytical processing (OLAP) and data analytics workloads. Due to its lightweight, high-performance, zero-configuration, and easy-to-integrate characteristics, it is rapidly becoming a popular choice in data science, BI tools, and embedded analytics scenarios.</content>
<id>https://www.linkedin.com/pulse/mysqls-new-storage-execution-engine-duckdb-zongzhi-chen-4woqc/</id>
<updated>2025-08-10T10:00:00+00:00</updated>
<author>
<name>zongzhi chen</name>
<uri>https://www.linkedin.com/in/zongzhi-chen-35a77a40/</uri>
</author>
</entry>
</feed>