Percona?Server?for MongoDB?v5.7.17-12 發布
Percona Server for MongoDB 是一個基于MongoDB社區版的免費、增強軟件(更好的性能、運行效率),開放源代碼,完全兼容社區版本,包括企業級的特性和功能。
Percona Server for MongoDB 提供:
- MongoDB 3.0 社區版的所有功能和優點
- MongoDB 分布式MMAP V1 和 WiredTiger 存儲引擎
- 可選的 RocksDB 和 PerconaFT 存儲引擎
- 支持PerconaFT完整在線備份,采用分形樹索引技術
- 身份驗證插件,支持通過OpenLDAP或活動目錄進行認證
- 審核插件,提供跟蹤和查詢用戶或應用程序的數據庫交互的能力
更新日志
新功能:
- Percona Server has implemented new mysqldump
--order-by-primary-desc
option. This feature tells mysqldump to take the backup by descending primary ey order (PRIMARY KEY DESC
) which can be useful if storage engine is using reverse order column family for a primary key. - mysqldump will now detect when MyRocks is installed and available by seeing if there is a session variable named
rocksdb_skip_fill_cache
and setting it to1
if it exists. - mysqldump will now automatically enable session variable
rocksdb_bulk_load
if it is supported by the target server.
Bugs 修復
- If the variable
thread_handling
was set topool-of-threads
in the MySQLconfiguration file, the server couldn’t be gracefully shut down. Bug fixed #1537554. - When
innodb_ft_result_cache_limit
was exceeded by internal memory allocated byInnoDB during the FT scan not all memory was released which could lead to server assertion. Bug fixed #1634932 (upstream #83648). - Executing the
FLUSH LOGS
on a read-only slave with a user that doesn’t have theSUPER
privilege would result inError 1290
. Bug fixed #1652852 (upstream #84350). FLUSH LOGS
was disabled withread_only
andsuper_read_only
variables. Bug fixed#1654682 (upstream #84437).- If
SHOW BINLOGS
orPERFORMANCE_SCHEMA.GLOBAL_STATUS
query, and a transaction commit would run in parallel, they could deadlock. Bug fixed #1657128. - A long-running binary log commit would block
SHOW STATUS
, which in turn could block a number of other operations such as client connects and disconnects. Bug fixed #1646100. - Log tracking initialization did not find last valid bitmap data correctly. Bug fixed #1658055.
- A query using range scan with a complex range condition could lead to a server crash. Bug fixed #1660591 (upstream #84736).
- Race condition between buffer pool page optimistic access and eviction could lead to a server crash. Bug fixed #1664280.
- If Audit Log Plugin was unable to create file pointed by
audit_log_file
, the server would crash during the startup. Bug fixed #1666496. - A
DROP TEMPORARY TABLE ...
for a table created by aCREATE TEMPORARY TABLE ... SELECT ...
would get logged in the binary log on a disconnect with mixed mode replication. Bug fixed #1671013. - TokuDB did not use an index with even if cardinality was good. Bug fixed #1671152.
- Row-based replication events were not reflected in
Rows_updated
fields in the User StatisticsINFORMATION_SCHEMA
tables. Bug fixed #995624. - When
DuplicateWeedout
strategy was used for joins, use was not reported in the query plan info output extension for the slow query log. Bug fixed #1592694. - It was impossible to use column compression dictionaries with partitioned InnoDB tables. Bug fixed #1653104.
- Diagnostics for OpenSSL errors have been improved. Bug fixed #1660339 (upstream#75311).
下載
本站原創,轉載時保留以下信息:
本文轉自:深度開源(open-open.com)
原文地址:http://www.baiduhome.net/news/view/6bc46231
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!