云搜索服务 CSS-查询冷数据性能提升:修改参数

时间:2024-04-18 15:13:20

修改参数

  • 修改low_cost.local_cache.max.capacity
    PUT _cluster/settings
     {
       "persistent": {
         "low_cost.local_cache.max.capacity":1000
       }
     }
  • 修改index.low_cost.local_cache.threshold
    PUT es_write_pref2-00000000021/_settings
     {
     "index.low_cost.local_cache.threshold":20
     }
  • 修改index.low_cost.local_cache.evict_time
    PUT es_write_pref2-00000000021/_settings
     {
     "index.low_cost.local_cache.evict_time":"7d"
     }
support.huaweicloud.com/usermanual-css/css_01_0187.html