自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (24)
  • 收藏
  • 关注

转载 The storage wars: Shadow Paging, Log Structured Merge and Write Ahead Logging

The storage wars: Shadow Paging, Log Structured Merge and Write Ahead Loggingprevious: Seek, and you shall find, or maybe delay a lot next: New interview questionI’ve been doing a lo

2014-04-29 23:13:33 997

转载 MySQL删除表数据

在MySQL中有两种方法可以删除数据,一种是DELETE语句,另一种是TRUNCATE TABLE语句。DELETE语句可以通过WHERE对要删除的记录进行选择。而使用TRUNCATE TABLE将删除表中的所有记录。因此,DELETE语句更灵活。  如果要清空表中的所有记录,可以使用下面的两种方法:  DELETE FROM table1  TRUNCATE TABLE table1

2014-04-14 16:38:51 111694

转载 MySQL存储过程之事务管理

原文链接:http://hideto.iteye.com/blog/195275MySQL存储过程之事务管理ACID:Atomic、Consistent、Isolated、Durable存储程序提供了一个绝佳的机制来定义、封装和管理事务。1,MySQL的事务支持MySQL的事务支持不是绑定在MySQL服务器本身,而是与存储引擎相关:Java代码  

2014-04-14 11:34:27 838

转载 MySQL事务隔离级别详解

SQL标准定义了4类隔离级别,包括了一些具体规则,用来限定事务内外的哪些改变是可见的,哪些是不可见的。低级别的隔离级一般支持更高的并发处理,并拥有更低的系统开销。Read Uncommitted(读取未提交内容)       在该隔离级别,所有事务都可以看到其他未提交事务的执行结果。本隔离级别很少用于实际应用,因为它的性能也不比其他级别好多少。读取未提交的数据,也被称之为脏读(Dirty

2014-04-14 10:57:19 527

原创 MySQL使用随笔

#查看版本:mysql --versionselect version();status;

2014-04-08 15:52:17 2894

转载 HBase High Level Architecutre

2014-04-05 16:12:51 895

大话存储 pdf

大话存储

2014-05-10

Real Time Big Data Analytics Emerging Architecture

Real Time Big Data Analytics Emerging Architecture 实时大数据分析架构

2014-02-19

Ten steps to better requirements management

Ten steps to better requirements management IBM需求管理建议

2014-01-17

Distributed system: CAP paper

Distributed system, CAP, NoSQL

2013-11-12

Dynamo-and-Cassandra-paper

Two papers on Dynamo, Cassandra, Key-value, store

2013-11-04

google papers

Google分布式系统的几篇经典论文,即GFS,MapReduce,BigTable,Chubby

2013-10-30

R and Hadoop

This is one presentation for R and Hadoop

2013-09-03

50 Tips and Tricks for MongoDB Developers

50 Tips and Tricks for MongoDB Developers

2013-08-22

视觉中国的MongoDB应用实践

视觉中国的MongoDB应用实践, good share

2013-08-22

The.Definitive.Guide.to.MongoDB

The.Definitive.Guide.to.MongoDB

2013-08-22

The.Little.MongoDB.Book

NoSQL MongoDB Document-Oriented

2013-08-22

The-Little-Redis-Book

Redis is famous key value store with persistent

2013-08-16

Towards the Next Generation of Recommender Systems

Towards the Next Generation of Recommender Systems

2013-08-06

A-Comparative-Study-of-Reco-mmendation-Algorithms-in-E-Commerce-Applications

A-Comparative-Study-of-Reco-mmendation-Algorithms-in-E-Commerce-Applications

2013-08-02

The-BellKor-solution-to-the-Netflix-Prize

Netflix奖的实现方案,向牛人学习,希望对大家有帮助

2013-08-02

Why No SQL

Why No SQL, Please read it

2013-07-31

twisted-introduction

目前看到的最好的twisted文章 中文翻译 http://blog.sina.com.cn/s/blog_704b6af70100py9n.html

2013-07-31

Apple Push Notification Service简介

Apple Push Notification Service简介

2013-07-26

A-collection-of-popular-NoSQL-articles-published-on-InfoQ.com

A-collection-of-popular-NoSQL-articles-published-on-InfoQ.com

2013-07-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除