
1.條件判斷if(條件判斷,true,false)case when 條件1 then 條件2 then 值 else 默認 end 字段名稱 ...
1.隨機獲取表中100條數據select * from table order by rand() limit 100; 2.統計表中每10分鐘...
一、大廠技術博客平臺 百度:http://fex.baidu.com/[http://fex.baidu.com/] 百度fex-team:ht...
近期在巡檢線上環境mongodb服務時,發現有個400G容量的mongodb,使用容量超過200%,與DBA溝通,數據量快上TB,副本集數據量太...
背景 線上有一臺應用使用單機redis作為緩存,在一次架構巡檢時發現此單機使用redis在業務高峰期,接收請求的qps達到6+w/s,考慮到后期...
1.redis統計大key命令(測試環境): redis-cli -h ip -p port -a auth --bigkeys 2.redis...
超復雜的PPT架構圖,怎么做才清晰美觀?https://mp.weixin.qq.com/s/5rYJHX3Rkc1_P66mn51OPw[ht...
GitHub鏡像網址https://github.com.cnpmjs.org[https://github.com.cnpmjs.org]ht...
負載均衡 官網地址:http://dubbo.apache.org/zh/docs/v2.7/user/examples/loadbalance...