easyice
  • 首页
  • 所有文章
  • 开源项目
  • 推荐书单
  • easyice 下载
  • 关于我

easyice

学习是生活最大的乐趣

elasticsearch gateway 流程分析

elasticsearch gateway 流程分析

2017年10月24日 easyice Comments 0 Comment

基于版本: 5.5.3 背景 es 存储的数据有以下几种形式: state index translog index 为 lucene 生成的索引文件 tran…

Read More Read More

elasticsearch 读流程分析

elasticsearch 读流程分析

2017年10月24日 easyice Comments 0 Comment

基于版本:2.3.2 这次分析的读流程指 GET/MGET 过程,不包含搜索过程。 GET/MGET 必须指定三元组: index type id。 type …

Read More Read More

elasticsearch 一次长时间 FGC 问题分析

elasticsearch 一次长时间 FGC 问题分析

2017年10月11日 easyice Comments 0 Comment

事件起因: es 版本:5.5.3 集群节点数:3,默认配置 使用 java rest api进行写入压力测试时,给写入程序设置较短的超时时间,让写入请求产生大…

Read More Read More

将 elasticsearch 写入速度优化到极限

将 elasticsearch 写入速度优化到极限

2017年10月11日 easyice Comments 17 comments

基于版本: 2.x – 5.x 在 es 的默认设置,是综合考虑数据可靠性,搜索实时性,写入速度等因素的,当你离开默认设置,追求极致的写入速度时,很…

Read More Read More

对于 TS 中 PTS_DTS_flags 的重设

对于 TS 中 PTS_DTS_flags 的重设

2017年9月15日 easyice Comments 0 Comment

此字段在PES头语法中,标识PTS与DTS在PES分组首部的出现情况,当出于某种需求要对此标志位进行修改,例如由‘3’ 修改为‘2’,即删除DTS,但仅仅修改了…

Read More Read More

H264码流生成快进文件关键技术概述

H264码流生成快进文件关键技术概述

2017年9月15日 easyice Comments 0 Comment

对于快进/快退文件的生成,行业内一般以VLC正常播放作为鉴定标准,要使自己抽帧生成的码流在VLC播放正常,不仅仅是抽取关键帧就OK,抽帧只是第一步,总结来说,需…

Read More Read More

对时间戳循环到头的处理

对时间戳循环到头的处理

2017年9月15日 easyice Comments 0 Comment

ts流中的三个时间戳,pts(33bit),dts(33bit),pcr(42bit) 当时间戳增加到语法无法容纳时,产生时间戳循环,时间线开始变小,循环点计算…

Read More Read More

PCR能表示多长时间

PCR能表示多长时间

2017年9月15日 easyice Comments 2 comments

PCR最大值是多少,多长时间会循环一次,这是个非常简单的问题,但一直以来我们对他的认识是错误的,我们认为是两天多 正确的应该是多少? 根据: [crayon-5…

Read More Read More

elasticsearch 写流程

elasticsearch 写流程

2017年9月10日 easyice Comments 5 comments

基于版本:2.3.2 这里分析 es 写入单个 doc 和 bulk 请求的处理流程,为了先弄清楚 es 的流程,暂时不涉及 lucene 内部处理 在分析读流…

Read More Read More

elasticsearch 机制和架构

elasticsearch 机制和架构

2017年9月10日 easyice Comments 0 Comment

机制和架构 简介 实时的分布式搜索分析引擎 内部使用 Lucene 做索引与搜索 目录 索引结构和分片 集群原理 分布式存储 索引结构和分片 一个文档由 _i…

Read More Read More

Posts navigation

第 3 / 4 页«1234»
第 3 / 4 页«1234»

关注公众号

学习 Elasticsearch 原理与实践经验

近期文章

  • 深入理解 Elasticsearch 7.x 新的集群协调层
  • 一次 jbd2进程导致磁盘 io 高的分析解决过程
  • Elasticsearch & lucene 的 segment 生成与 flush 过程解析
  • 再谈 TCP 的 CLOSE_WAIT
  • 在 esrally 中使用少量数据进行循环压测

热门文章

  • 将 elasticsearch 写入速度优化到极限
  • 深入理解 Elasticsearch 7.x 新的集群协调层
  • easyice 下载
  • 开源项目
  • elasticsearch 选主流程
  • elasticsearch 机制和架构
  • 所有文章
  • elasticsearch 写流程
  • 《Elasticsearch 源码解析与优化实战》勘误表
  • 推荐书单

分类目录

  • easyice
  • elasticsearch
  • 大数据平台
  • 未分类
  • 视音频技术

文章归档

近期评论

  • 无极发表在《《Elasticsearch 源码解析与优化实战》勘误表》
  • zly发表在《在 esrally 中使用少量数据进行循环压测》
  • easyice发表在《说清楚什么是 PCR,PTS,DTS》
  • easyice发表在《通过 Painless 脚本控制 elasticsearch 搜索结果的评分》
  • easyice发表在《《Elasticsearch 源码解析与优化实战》勘误表》

标签

elasticsearch jbd2

功能

  • 登录
  • 文章RSS
  • 评论RSS
  • WordPress.org
easyice.cn © 2019 | 京ICP备17046170号 | Powered by WordPress | Theme: Nisarg