摘要: https://cloud.tencent.com/developer/article/1562453 包括路由和过滤两个主要的功能 路由功能负责将外部的请求转发到具体的微服务实例上 过滤功能则负责对请求的处理过程进行干预,是实现请求校验,服务聚合 nginx是做负载均衡请求转发,更多被用作负载均衡 阅读全文
posted @ 2021-07-07 11:21 渔_夫 阅读(56) 评论(0) 推荐(0)
摘要: uutullenlaton. Red Hat subscribers, select 2.9 in the version selection to the left for the most recent Red Hat release. Ansible Documentation About A 阅读全文
posted @ 2021-07-07 09:37 渔_夫 阅读(52) 评论(0) 推荐(0)
摘要: 【Ant说题】不是吧,阿sir!ElasticSearch这么问你都栽了,不合适吧_哔哩哔哩_bilibili 专注面试的up主 数据量大 全文检索 从内存中找到主键id 倒排索引,字典+倒排列表 数据量大,单词就会多,用线性表,操作复杂度。 基于单词列表,提高检索效率,所以,除了倒排索引,还会用到 阅读全文
posted @ 2021-07-07 06:54 渔_夫 阅读(53) 评论(0) 推荐(0)