
[Release Note] MySQL 8.4.5
Changes in MySQL 8.4.5 (2025-04-15, LTS Release) Bugs Fixed Bug #36890891 : Important Change: When an SQL function is improved from one release to the next, it may throw SQL errors in situatio...
Changes in MySQL 8.4.5 (2025-04-15, LTS Release) Bugs Fixed Bug #36890891 : Important Change: When an SQL function is improved from one release to the next, it may throw SQL errors in situatio...
Changes in MySQL 8.0.42 (2025-04-15, LTS Release) Bugs Fixed Bug #36890891 : Important Change: When an SQL function is improved from one release to the next, it may throw SQL errors in situati...
MariaDB 10.11.11 Release Notes (2025-02-04) InnoDB MDEV-35409 : Fix possible InnoDB hang while running out of buffer pool buffer pool 이 부족할 때 InnoDB 가 멈출 가능성이 있는 문제 수정했습니다. ...
MariaDB 10.6.21 Release Notes (2025-02-04) InnoDB MDEV-35409 : Fix possible InnoDB hang while running out of buffer pool buffer pool 이 부족할 때 InnoDB 가 멈출 가능성이 있는 문제 수정했습니다. ...
원문 : PostgreSQL Internals for Newbies: A Guide to Data Storage, Part One (September 6, 2024) 데이터베이스 초보자들은 PostgreSQL 을 처음 접할 때 ‘뒤에서 어떤 일이 벌어지는지’ 궁금해하곤 합니다. 테이블을 생성하고 데이터를 추가할 때 눈에 보이지 않는 많은 일들이 일...
원문 : What is PostgreSQL? Everything You Need to Know (February 2, 2024) “Postgres는 무엇에 사용되는가?” 라는 질문에 완전하게 답하기 위해, 그리고 기업 비즈니스와 조직에 유용하고 실용적인 정보를 제공하기 위해, 우리는 몇 가지 추가 질문도 던지고 이에 답할 것입니다. 아래 세 가지...
원문 : InnoDB Page Merging and Page Splitting (April 10, 2017) MySQL InnoDB 에서는 primary key 의 설계가 중요합니다. InnoDB 의 경우에는 index merges 과 page splits 에 대해서 알아야할 필요가 있습니다. 이 두 가지 개념은 성능과 밀접하게 관련되어 있으므로 ...
가장 인기있는 오픈소스 관계형 데이터베이스 MySQL 은 데이터가 손실되지 않게 하기위해 매우 중요하고도 기본적인 기능을 갖추고 있습니다. 그렇다면 MySQL 은 충돌(crash)이 발생하더라도 데이터가 손실되지 않게 하기위해 어떻게 설계되었을까요? 이 기능을 지원하는 핵심 기술은 무엇일까요? 이 글에서 내용을 하나씩 정리했습니다. 소개 MySQL...
Changes in MySQL 8.4.4 (2025-01-21, LTS Release) Bugs Fixed Bug #36559078 : INSTALL COMPONENT issued concurrently with a SET PERSIST which used a subquery could sometimes lead to an unplanned ...
Changes in MySQL 8.4.3 (2024-10-15, LTS Release) Bugs Fixed Bug #111538, Bug #35531293 : Performance; InnoDB: Several functions internal to InnoDB, which were defined as inline in MySQL 8.0.28...