Changes and Improvements in MariaDB 10.6
MariaDB 10.6은 현재 메이저 개발 버전입니다. 아직 릴리스되지 않았습니다. MariaDB 10.5는 스테이블한 feature-complete 버전이므로, 새로 개발될 주요 기능들은 10.6에 포함될 예정입니다
InnoDB
- InnoDB의 COMPRESSED row format 은 기본적으로 읽기 전용으로 설정됩니다 (MDEV-23497)
- Information Schema의 SYS_TABLESPACES 은 이제 파일 시스템을 직접 반영하며, SYS_DATAFILES는 제거되었습니다 (MDEV-22343)
Storage Engines
- TokuDB는 제거되었습니다 (MDEV-19780)
- CassandraSE는 제거되었습니다 (MDEV-23024)
Oracle Mode
- AS절이 없는 익명 FROM 절 서브쿼리가 ORACLE mode 에서 허용됩니다 (MDEV-19162)
General
- ROWNUM function returns the current number of accepted rows in the current context (MDEV-24089)
- Do not resend unchanged resultset metadata for prepared statements (MDEV-19237)
Variables
- 모든 새 변수 목록은, see MariaDB 10.6에 추가된 시스템 변수 및 MariaDB 10.6에 추가 된 상태 변수를 참조하십시오.
InnoDB Variables
다음의 사용되지 않는 변수가 제거되었습니다 (MDEV-23397):
- innodb_adaptive_max_sleep_delay
- innodb_background_scrub_data_check_interval
- innodb_background_scrub_data_compressed
- innodb_background_scrub_data_interval
- innodb_background_scrub_data_uncompressed
- innodb_buffer_pool_instances
- innodb_commit_concurrency
- innodb_concurrency_tickets
- innodb_file_format
- innodb_large_prefix
- innodb_log_checksums
- innodb_log_compressed_pages
- innodb_log_files_in_group
- innodb_log_optimize_ddl
- innodb_page_cleaners
- innodb_replication_delay
- innodb_scrub_log
- innodb_scrub_log_speed
- innodb_thread_concurrency
- innodb_thread_sleep_delay
- innodb_undo_logs
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.