-
-
-
VMware ESX、Linux KVM、およびCitrix HypervisorでNetScaler ADC VPXのパフォーマンスを最適化する
-
-
NetScalerアプライアンスのアップグレードとダウングレード
-
-
-
-
-
-
-
-
-
-
-
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
データベースプロトコルのキャッシュサポート
統合キャッシュ機能は、キャッシュポリシーによって決定されたデータベース要求を監視し、キャッシュします。NetScalerアプライアンスにはデフォルトポリシーがないため、ユーザーはMYSQLおよびMSSQLプロトコルのキャッシュポリシーを構成する必要があります。デフォルトプロトコルを設定する場合、リクエストベースのポリシーは CACHE と INVAL アクションのみをサポートするのに対し、応答ベースのポリシーは「NOCACHE」アクションのみをサポートしていることに注意してください。ポリシーを設定したら、それらを仮想サーバーにバインドする必要があります。MYSQL と MSSQL のポリシーは、要求と応答の両方で、仮想サーバーにのみバインドされます。
キャッシュポリシーを作成する前に、MYSQL または MSSQL タイプのキャッシュコンテンツグループを作成する必要があります。キャッシュコンテンツグループを作成するときは、少なくとも1つの選択セレクターを関連付けます。 キャッシュコンテンツグループの設定については、「基本コンテンツグループの設定 」を参照してください。
次の例では、SQLプロトコルのキャッシュサポートを構成および検証する方法について説明します。
> enable feature IC
> set cache parameter -memlimit 100
> add cache selector sel1 mssql.req.query.text
> add cache contentgroup cg1 -type "MSSQL" -hitselector "sel1" -invalselector "inval_sel" -relExpiry "500" -maxResSize
"100"
> add cache policy cp1 -rule "mssql.req.query.command.contains("select")" -action "CACHE" -storeInGroup "cg1"
> add cache policy cp2 -invalObjects "cg1" -rule "mssql.req.query.text.contains("insert")" -action "INVAL"
> add db user user1 -password "Pass1"
> add service svc_sql_1 10.102.147.70 mssql 64834 -healthMonitor "NO" -downstateflush "ENABLED"
> add lb vserver lb_mssql1 mssql 10.102.147.77 1433 -lbmethod "roundrobin"
> bind lb vserver lb_mssql1 svc_sql_1
> bind lb vserver lb_mssql1 -policyName cp1 -type "REQUEST" -priority "2"
> bind lb vserver lb_mssql1 -policyName cp2 -type "REQUEST" -priority "1"
> show cache selector sel1
Name:sel1
Expressions:
1)mssql.req.query.text
> show cache policy cp1
Name:cp1
Rule:mssql.req.query.command.contains("select")
CacheAction:CACHE
Stored in group: cg1
UndefAction:Use Global
Hits:2
Undef Hits:0
Policy is bound to following entities
1) Bound to:
REQ VSERVER lb_mssql1
Priority:2
GotoPriorityExpression: END
<!--NeedCopy-->
注:
フラッシュクラウドの削減で説明されているように、 フラッシュクラウドを削減する方法は、MYSQL および MSSQL プロトコルではサポートされていません。
共有
共有
この記事の概要
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.