
云计算/大数据
文章平均质量分 73
三少GG
解决一些遇到的小麻烦
展开
-
Mysql报错:Your password has expired. To log in
https://stackoverflow.com/questions/33387879/mysql-password-expired-cant-connectMySQL password expiryResetting the password will only solve the problem temporarily. From MySQL 5.7.4 to 5.7.10 (...翻译 2019-12-27 18:29:26 · 1461 阅读 · 0 评论 -
redis sorted set index
1.http://haili.me/archives/750.html2.原创 2014-05-16 07:31:26 · 990 阅读 · 0 评论 -
couchbase原理介绍
http://www.couchbase.com/wiki/display/couchbase/Couchbase+View+Engine+Internals原创 2014-08-01 17:09:49 · 3513 阅读 · 0 评论 -
couchbase swappiness
By default most Linux systems have swappiness set to 60. This will lead to overuse of disk swap withCouchbase Server. Please follow our current recommendations on swappiness and swap space, see原创 2014-09-22 15:14:23 · 1167 阅读 · 0 评论 -
couchbase view必读
1. http://stackoverflow.com/questions/3909566/couchdb-view-is-extremely-slow原创 2014-08-31 21:42:55 · 2499 阅读 · 0 评论 -
一个高性能分布式内存队列系统
Beanstalkd 一个高性能分布式内存队列系统原创 2014-09-16 12:10:29 · 3113 阅读 · 0 评论 -
Compaction magic in Couchbase Server
Compaction magic in Couchbase Server 2.0With Couchbase’s append-only storage design, it’s impossible to corrupt data and index files as updates go only to the end of转载 2014-09-16 21:54:08 · 1187 阅读 · 0 评论 -
Couchbase进阶-集群与版本升级
Couchbase进阶-集群与版本升级转载 2014-09-16 19:34:45 · 1540 阅读 · 0 评论 -
libcouchabase和libevent的恩怨
Hi,I had a simple store/get libcouchbase program running successfully in C++. It was compiled, and linked with the -lcouchbase flag.I then added the -levent flag (in addition to the -libcouchb原创 2014-09-03 23:10:56 · 1096 阅读 · 0 评论 -
Couchbase Architecture
http://horicky.blogspot.com/2012/07/couchbase-architecture.htmlThursday, July 5, 2012Couchbase ArchitectureAfter receiving a lot of good feedback and comment on my la转载 2014-09-17 13:57:16 · 1695 阅读 · 0 评论 -
当你选择couchbase时需要了解的一切
http://architects.dzone.com/articles/couchbase-architecture-deepEverything You Need To Know About Couchbase Architecture07.06.2012 | 11875 views | inShare15转载 2014-07-31 11:01:45 · 4373 阅读 · 0 评论 -
c客户端libcouchbase
http://packages.couchbase.com/clients/c/index.html原创 2014-08-01 17:16:23 · 2105 阅读 · 0 评论 -
redis 3
redis入门系列文章广告贴放假没事学习了redis这个key-value数据库。顺便写了点学习笔记和大家分享下,希望对想了解redis的同学有所帮助。一 redis学习笔记之环境搭建 二 redis学习笔记之数据类型 三 redis学习笔记之排序 四 redis学习笔记之事务 五 redis学习笔记之pipeline原创 2014-05-18 18:44:39 · 768 阅读 · 0 评论 -
redis sorted set index 2
记Redis那坑人的HGETALLhttp://huoding.com/2013/01/21/214原创 2014-05-18 11:25:52 · 912 阅读 · 0 评论 -
Leveldb 实现原理
数据分析与处理之二(Leveldb 实现原理)2011-12-04 21:24 by Haippy, 26197 阅读, 8 评论, 收藏, 编辑郑重声明:本篇博客是自己学习 Leveldb 实现原理时参考了郎格科技系列博客整理的,原文地址:http://www.samecity.com/blog/Index.asp?SortID=12,只是为了加深印象,本文的配图是自己重新绘转载 2014-06-24 11:18:25 · 898 阅读 · 0 评论 -
数据库的锁机制
锁有两种分类方法。(1) 从数据库系统的角度来看锁分为以下三种类型: •独占锁(Exclusive Lock)独占锁锁定的资源只允许进行锁定操作的程序使用,其它任何对它的操作均不会被接受。执行数据更新命令,即INSERT、 UPDATE 或DELETE 命令时,SQL Server 会自动使用独占锁。但当对象上有其它锁存在时,无法对其加独占锁。独占锁一直到事务结束才能被释放。原创 2014-05-25 20:42:25 · 1175 阅读 · 0 评论 -
Row-Oriented Database 、Column-Oriented Database 、Key-Value Store Database 、Document-Oriented Databas
Row-Oriented Database 、Column-Oriented Database 、Key-Value Store Database 、Document-Oriented Databasechuanliang 于 2009-10-4,20:50 Comments (0) 归类于:技术相关 Tags: Column-Oriented Database,转载 2014-05-26 08:19:45 · 3469 阅读 · 0 评论 -
从hiredis使用出core谈谈redis多线程的使用
从hiredis使用出core谈谈redis多线程的使用发表于3个月前(2014-02-25 15:29) 阅读(607) | 评论(3) 11人收藏此文章, 我要收藏赞0摘要 hireedis多线程出core原因目录[-]1、情景描述1.1 使用场景1.2 初步实现方案1.3 结果2、线下复现2.1 代码2.转载 2014-05-27 20:31:37 · 1597 阅读 · 0 评论 -
redis pipeline的使用
redis pipeline的使用 (2013-05-28 20:02:43)转载▼标签: redis pipeline appendcommand c语言 hiredis it分类: Technology1、pipeline原理redis是一个c转载 2014-05-27 20:36:53 · 4524 阅读 · 0 评论 -
couchbase编译指南<一>
1. 下载repoInstalling RepoRepo is a tool that makes it easier to work with Git in the context of Android. For more information about Repo, see the Developingsection.To install Repo:原创 2014-07-22 11:31:21 · 1280 阅读 · 0 评论 -
redis 测试代码+ nosql索引
https://github.com/redis/hiredishttps://github.com/jlafon/purger/blob/master/src/reaper/database.c原创 2014-05-27 20:47:15 · 822 阅读 · 0 评论 -
Why we choose Couchbase
Why we choose Couchbase?发表于2013/11/11由风河We (YY Game) have launched a product that requires the distributed storage with high TPS (3000+ is the least). Each object is about 10KB. Firstly we转载 2014-08-01 16:58:11 · 894 阅读 · 0 评论 -
Which Technologies Do Startups Use?
Coding VCStartups and startup investing from the perspective of a software engineer turned VC.« Back to blogWhich Technologies Do Startups Use? An Exploration of AngelList Data.T转载 2014-10-07 20:59:14 · 972 阅读 · 0 评论 -
WService
1./usr/bin/ld: cannot find -leventsudo apt-get install libevent-dev2./usr/bin/ld: cannot find -ljemallochttps://github.com/jemalloc/jemalloc/releases./configure make make原创 2015-05-01 00:54:31 · 994 阅读 · 0 评论 -
couchbase + docker
官方docker文件:https://hub.docker.com/_/couchbase/单机集群测试:https://developer.couchbase.com/documentation/server/4.5/install/docker-deploy-multi-node-cluster.html原创 2017-03-19 17:47:55 · 1842 阅读 · 0 评论 -
etcd部署-docker篇
etcd discovery分为两种:自定义的discovery #利用一个已有的etcd集群来提供discovery服务来搭建一个新的etcd集群公共的discovery #discovery.etcd.io这里我们使用公共的etcd discovery服务进行集群搭建:1:创建一个用于discovery的token(size=3 表示集群的大小)原创 2017-02-28 15:38:06 · 6281 阅读 · 0 评论 -
consul部署 docker篇
入门必看https://livewyer.io/blog/2015/02/05/service-discovery-docker-containers-using-consul-and-registrator/原创 2017-04-11 07:17:29 · 1996 阅读 · 0 评论 -
docker 入门准备step1
如何免 sudo 使用 docker简介默认安装完 docker 后,每次执行 docker 都需要运行 sudo 命令,非常浪费时间影响效率。如果不跟 sudo,直接执行 docker images 命令会有如下问题:FATA[0000] Get http:///var/run/docker.sock/v1.18/images/json: dial u原创 2015-09-05 23:07:36 · 1152 阅读 · 0 评论 -
mongodb自增字段
创建一个自增的序列字段MongoDB使用所有文档中的顶层文档里的 _id 字段作为主键。 _id 必须是唯一的,并且总是有使用 unique constraint 的索引。然而,除了唯一约束外,你可以在你的集合中为 _id 字段使用任何值。这个教程介绍了为 _id 字段创建自增序列数字的两种方法,如下:使用计数集合乐观循环##########http://blo原创 2017-05-18 08:21:09 · 5582 阅读 · 0 评论 -
elasticsearch docker安装
必看:https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.htmlhttp://www.xiaozhugrape.com/2018/03/29/elasticsearch%E6%9C%AC%E5%9C%B0%E5%AE%89%E8%A3%85docker%E5%AE%89%E8%A3%85/1. 在配置阶段:...原创 2018-06-17 16:08:01 · 3748 阅读 · 1 评论 -
ElasticSearch Web GUI配置
一. ElasticHQhttps://github.com/ElasticHQ/elasticsearch-HQError message was:- Unable to Connect to Server! Received Status Code: 0. A status code of 0, could mean the host is unreachable or nothing is ...原创 2018-06-18 19:34:59 · 6131 阅读 · 0 评论 -
docker "No ElasticSearch Node Available"
原因: https://github.com/olivere/elastic/issues/312外网访问的解决办法: https://github.com/olivere/elastic/wiki/Docker其余尝试(不太妥当):Automatically set `network.publish_host` during startuphttps://github.com/docker-li...原创 2018-06-27 11:28:27 · 3317 阅读 · 0 评论 -
/run/udev/data 磁盘满
临时办法:https://groups.google.com/forum/m/#!topic/nomad-tool/6L6QbL6QzY4 I've run 'udevadm info --cleanup-db' which has resolved the issue. 未查明具体原因。原创 2019-01-03 20:07:51 · 2371 阅读 · 0 评论 -
etcd+confd
Confd适用于需要本地化文件配置的情景,比如动态获取配置后生成nginx配置文件。此时无法修改程序代码从而读取。其余情况,直接使用etcd即可http://www.tuicool.com/articles/BvAruif使用etcd+confd管理nginx配置原创 2017-03-03 16:37:15 · 1355 阅读 · 0 评论 -
直播解决方案/sdk的选择
直播App:趣拍微视频云服务、七牛云、乐视云、网易云信、VTC云通信、gensee视频播放:Vitamio七牛 Tusdk 大牛直播 趣拍吐槽:布芝稻 ,码农1.不要用网易,功能不完全,推流有内建参数,无法设置高码流和高帧数,延迟高;2.不要用趣拍,稳定性差,延迟高,SDK太大;3.不要用七牛,刚发布bu原创 2016-07-15 23:02:30 · 12685 阅读 · 7 评论 -
docker-compose
非常棒的链接: https://yeasy.gitbooks.io/docker_practice/content/compose/index.htmlDocker Compose 项目Docker Compose 是 Docker 官方编排(Orchestration)项目之一,负责快速在集群中部署分布式应用。本章将介绍 Compose 项目情况以及安装和使用原创 2016-01-30 17:04:19 · 972 阅读 · 0 评论 -
TPService 编译过程
ubuntu cannot find -lzI had the exact same error, and like you, installing zlib1g-dev did not fix it. Installing lib32z1-dev got me past it. I have a 64 bit system and it seems like it wanted原创 2015-04-26 00:08:27 · 1311 阅读 · 0 评论 -
rejected execution (queue capacity 50)
测试过程中,会出现错误:?1[7]: index [yyyy], type [rrrr], id [1964986], message [RemoteTransportException[[2sdfsdf][inet[/xxxxxxxxxx:9300]][bulk/shard]]; nested: EsRejectedExec原创 2015-09-08 21:36:56 · 2302 阅读 · 0 评论 -
docker--elasticsearch配置多机集群
Elasticsearch不同网段自动发现集群配置创建时间:2014-05-02 20:33:55.0 阅读次数:1151Discovery(发现)在配置文件(elasticsearch.yml)中加入discovery.zen.ping.unicast.hosts属性,值等于被发现的Elasticsearch主机IP地址和Transport通讯端口,多个主机用逗号分隔。原创 2015-09-06 18:27:24 · 4108 阅读 · 0 评论 -
Elasticsearch、MongoDB和Hadoop比较
http://www.jianshu.com/p/2c7b0c76fa04Elasticsearch、MongoDB和Hadoop比较IT界在过去几年中出现了一个有趣的现象。很多新的技术出现并立即拥抱了“大数据”。稍微老一点的技术也会将大数据添进自己的特性,避免落大部队太远,我们看到了不同技术之间的边际的模糊化。假如你有诸如Elasticsearch或者转载 2015-09-05 23:42:26 · 682 阅读 · 0 评论