Percona Server 5.5.37-35.0 is now available_MySQL
Percona is glad to announce the release of Percona Server5.5.37-35.0 on May 6th, 2014(Downloads are available here and from the Percona Software Repositories). Based on MySQL 5.5.37, including all the bug fixes in it, Percona Server 5.5.37-35.0 is now the current stable release in the 5.5 series. All of Percona‘s software is open-source and free, all the details of the release can be found in the 5.5.37-35.0 milestone at Launchpad.
New Features:
- Percona Servernow supportsMetrics for scalability measurement.
- Percona Servernow supportsAudit Log Plugin.
- Percona Serverpackages are now available forUbuntu14.04.
Bugs Fixed:
- Percona Servercouldn’t be built withBison3.0. Bug fixed#1262439, upstream#71250.
- Backported the upstream fix for overflow which would caused replication SQL thread to fail to execute events. Bug fixed#1070255(upstream#67352).
- Percona Serverdebug packages were not built for the previous releases. Bug fixed#1298352.
- Queries that no longer exceed
long_query_time
were written to the slow query log if they matched the previouslong_query_time
value whenslow_query_log_use_global_controlvariable was set toall
. Bug fixed#1016991. - When writing audit plugins it was not possible to get notifications for general-log events without enabling the general-log. Bug fixed#1182535(upstream#60782).
-
mysqld_safe
did not correctly parseflush_cachesandnuma_interleaveoptions. Bug fixed#1231110. - Thread Poolwould handle a new client connection without notifying Audit Plugin. Bug fixed#1282008.
- Fixed a performance issue in extending tablespaces if running under fusionIO withatomic writesenabled. Bug fixed#1286114(Jan Lindström).
- Previous implementation of thelog_slow_rate_typeset to query withlog_slow_rate_limitfeature would log every nth query deterministically instead of each query having a 1/n probability to get logged. Fixed by randomly selecting the queries to be logged instead of logging every nth query. Bug fixed#1287650.
- Percona Serversource files were referencingMaatkitinstead ofPercona Toolkit. Bug fixed#1174779.
- Maximum allowed value forlog_slow_rate_limitwas
ULONG_MAX
(ie. eitheror, depending on the platform). As it was unreasonable to configure the slow log for every four billionth session/query, new maximum allowed value is set to. Bug fixed#1290714.
Other bugs fixed:#1272732.
Release notes forPercona Server5.5.37-35.0 are available in ouronline documentation. Bugs can be reported on thelaunchpad bug tracker.

ホットAIツール

Undresser.AI Undress
リアルなヌード写真を作成する AI 搭載アプリ

AI Clothes Remover
写真から衣服を削除するオンライン AI ツール。

Undress AI Tool
脱衣画像を無料で

Clothoff.io
AI衣類リムーバー

AI Hentai Generator
AIヘンタイを無料で生成します。

人気の記事

ホットツール

メモ帳++7.3.1
使いやすく無料のコードエディター

SublimeText3 中国語版
中国語版、とても使いやすい

ゼンドスタジオ 13.0.1
強力な PHP 統合開発環境

ドリームウィーバー CS6
ビジュアル Web 開発ツール

SublimeText3 Mac版
神レベルのコード編集ソフト(SublimeText3)

ホットトピック









INNODBのフルテキスト検索機能は非常に強力であり、データベースクエリの効率と大量のテキストデータを処理する能力を大幅に改善できます。 1)INNODBは、倒立インデックスを介してフルテキスト検索を実装し、基本的および高度な検索クエリをサポートします。 2)一致を使用してキーワードを使用して、ブールモードとフレーズ検索を検索、サポートします。 3)最適化方法には、単語セグメンテーションテクノロジーの使用、インデックスの定期的な再構築、およびパフォーマンスと精度を改善するためのキャッシュサイズの調整が含まれます。

この記事では、MySQLのAlter Tableステートメントを使用して、列の追加/ドロップ、テーブル/列の名前の変更、列データ型の変更など、テーブルを変更することについて説明します。

はい、MySQLはWindows 7にインストールできます。MicrosoftはWindows 7のサポートを停止しましたが、MySQLは引き続き互換性があります。ただし、インストールプロセス中に次のポイントに注意する必要があります。WindowsのMySQLインストーラーをダウンロードしてください。 MySQL(コミュニティまたはエンタープライズ)の適切なバージョンを選択します。インストールプロセス中に適切なインストールディレクトリと文字セットを選択します。ルートユーザーパスワードを設定し、適切に保ちます。テストのためにデータベースに接続します。 Windows 7の互換性とセキュリティの問題に注意してください。サポートされているオペレーティングシステムにアップグレードすることをお勧めします。

完全なテーブルスキャンは、MySQLでインデックスを使用するよりも速い場合があります。特定のケースには以下が含まれます。1)データボリュームは小さい。 2)クエリが大量のデータを返すとき。 3)インデックス列が高度に選択的でない場合。 4)複雑なクエリの場合。クエリプランを分析し、インデックスを最適化し、オーバーインデックスを回避し、テーブルを定期的にメンテナンスすることにより、実際のアプリケーションで最良の選択をすることができます。

記事では、証明書の生成と検証を含むMySQL用のSSL/TLS暗号化の構成について説明します。主な問題は、セルフ署名証明書のセキュリティへの影響を使用することです。[文字カウント:159]

記事では、MySQLワークベンチやPHPMyAdminなどの人気のあるMySQL GUIツールについて説明し、初心者と上級ユーザーの機能と適合性を比較します。[159文字]

クラスター化されたインデックスと非クラスター化されたインデックスの違いは次のとおりです。1。クラスター化されたインデックスは、インデックス構造にデータを保存します。これは、プライマリキーと範囲でクエリするのに適しています。 2.非クラスター化されたインデックスストアは、インデックスキー値とデータの行へのポインターであり、非プリマリーキー列クエリに適しています。

記事では、MySQLで大規模なデータセットを処理するための戦略について説明します。これには、パーティション化、シャード、インデックス作成、クエリ最適化などがあります。
