master公式

Posted by 夏泽民

递归是非常常见的一种算法,由于代码简洁而应用广泛,但递归相比顺序执行或循环程序,时间复杂度难以计算,而master公式就是用于计算递归程序的时间复杂度。



groupid

Posted by 夏泽民

一个项目同时使用两个consumer消费两个topic,在配置文件中配置了consumer的默认groupid,未给两个consumer指定各自的groupid,于是两个consumer都使用同一个groupid



delete_by_query

Posted by 夏泽民

curl -X POST “localhost:9200/twitter/_delete_by_query” -H ‘Content-Type: application/json’ -d’ { “query”: { “match”: { “name”: “测试删除” } } } ‘ 查询必须是有效的键值对,query是键,这和Search API是同样的方式。在search api中q参数和上面效果是一样的。



cron scale k8s

Posted by 夏泽民

Error: error installing: deployments.extensions is forbidden: User “system:node:mildevkub020” cannot create resource “deployments” in API group “extensions” in the namespace “kube-system”



compressed 压缩表

Posted by 夏泽民

表压缩后从磁盘占用上看要比原始表要小很多。如果你熟悉列式数据库,那对这个概念一定不陌生。比如,基于 PostgreSQL 的列式数据库 Greenplum;早期基于 MySQL 的列式数据库 inforbright;或者 Percona 的产品 tokudb 等,都是有压缩能力非常强的数据库产品。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required