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!
对数据库协议的缓存支持
集成缓存功能根据缓存策略的确定监视和缓存数据库请求。用户必须为 MYSQL 和 MSSQL 协议配置缓存策略,因为 NetScaler 设备不提供任何默认策略。配置默认协议时,请记住,基于请求的策略仅支持 CACHE 和 INVAL 操作,而基于响应的策略仅支持“NOCACHE”操作。配置策略后,必须将它们绑定到虚拟服务器。MYSQL 和 MSSQL 策略,包括请求和响应,仅绑定到虚拟服务器。
在创建缓存策略之前,必须创建类型为 MYSQL 或 MSSQL 的缓存内容组。创建缓存内容组时,至少应将一个选择选择器与其关联。 有关设置缓存内容组,请参阅设置基本 内容组。
以下示例说明了如何配置和验证缓存对 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.