上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页
摘要: Leveldb中sstable的格式 阅读全文
posted @ 2016-12-18 12:08 CobbLiu 阅读(4689) 评论(0) 推荐(2) 编辑
摘要: leveldb 并发写入描述 阅读全文
posted @ 2016-12-17 21:24 CobbLiu 阅读(3842) 评论(0) 推荐(0) 编辑
摘要: If Protocol Buffers is the lingua franca of individual data record at Google, then the Sorted String Table (SSTable) is one of the most popular outputs for storing, processing, and exchanging datasets. As the name itself implies, an SSTable is a simple abstraction to efficiently store large numbers of key-value pairs while optimizing for high throughput, sequential read/write workloads. Unfortunately, the SSTable name itself has also been overloaded by the industry to refer to services that g 阅读全文
posted @ 2016-12-08 20:02 CobbLiu 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 便于使用脚本parse fio的输出 阅读全文
posted @ 2016-11-30 17:32 CobbLiu 阅读(1156) 评论(0) 推荐(0) 编辑
摘要: 在bash中,如果循环在一个子shell中运行,那么在循环中对循环外面的变量的更改将在循环退出后不可见。像下面的例子: 最后面的echo输出的var仍然是1。原因是while循环位于管道中,这意味着在运行过程中,while循环实际是位于一个新的SHELL中的,while循环中的var变量和文件开头定 阅读全文
posted @ 2016-11-09 00:44 CobbLiu 阅读(1064) 评论(0) 推荐(0) 编辑
摘要: 林彪的《怎样当好一个师长》,留作以后用。 阅读全文
posted @ 2016-09-24 20:30 CobbLiu 阅读(1025) 评论(1) 推荐(0) 编辑
摘要: 在高性能并发服务器中,对于共享对象的读写是最常见的操作之一,比如全局配置类对象的并发读取和更新,以及更复杂的如copy on write btree、堆栈等的并发读写,最基本的操作都可以简化理解为通过全局共享的指针,并发读取和更新指针所指向对象的操作。 阅读全文
posted @ 2016-09-21 23:37 CobbLiu 阅读(2589) 评论(0) 推荐(0) 编辑
摘要: Storage Systems topics and related papers 阅读全文
posted @ 2016-09-19 19:21 CobbLiu 阅读(360) 评论(0) 推荐(0) 编辑
摘要: some Storage System and File System Courses. 阅读全文
posted @ 2016-09-19 19:18 CobbLiu 阅读(660) 评论(0) 推荐(0) 编辑
摘要: 介绍如何查看std::string中的一些调试技巧。 阅读全文
posted @ 2016-09-05 13:34 CobbLiu 阅读(4755) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页