自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 Oracle Table Fragmentation

If only insert data into the table, [color=red]table fragmentation[/color] will never happen. But if insert, update and delete are executed on a table frequently, table fragmentation will come out. If...

2010-08-25 10:41:41 132

原创 Cassandra write performance test (Why cassandra's write is so slow)

You know, one of the biggest advantage of Cassandra is the high writing speed. So I wrote a test on a single Cassandra node to see what's happening. What I found is reaaaaaaaally out of my expect. Bas...

2010-07-22 19:38:33 98

原创 Insert super column using Cassandra command line

cassandra> [color=green]connect 10.240.70.60/9160[/color] Connected to: "Test Cluster" on 10.240.70.60/9160 cassandra> [color=green]help[/color] List of all CLI commands: ? ...

2010-07-20 12:32:29 80

原创 How to insert SuperColumn into Cassandra with Java

These days I am studying Cassandra and want to insert the SuperColumn into Cassandra with hector, which is high level Java API for Cassandra.I can't find an good example about the issue. Tons of folks...

2010-07-20 12:10:57 117

空空如也

空空如也

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

TA关注的人

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