最新文章列表

Cassandra在使用中的限制

1:单行的所有数据必须存储在集群中的一台机器上。 2:单Column数据不能超过2GB(其实应该是够用了)。 3:在SuperColumnFamily中,所有对SuperColumn的请求都会反序列化SuperColumn所有的子Column。所以要避免SuperColumn中有大量子Column。因为Cassandra只存在key和Column两级index。 4:不支持对过大Value的读 ...
dbds 评论(0) 有1129人浏览 2010-07-22 15:40

Insert super column using Cassandra command line

cassandra> connect 10.240.70.60/9160 Connected to: "Test Cluster" on 10.240.70.60/9160 cassandra> help List of all CLI commands: ?                                                        ...
a80317 评论(2) 有2511人浏览 2010-07-20 12:32

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 ...
a80317 评论(0) 有2826人浏览 2010-07-20 12:10

nosql一般划分

NoSQL数据库异军突起,随着Digg和 sf.net大型应用不断采取NoSQL,NoSQL运动已经蓬勃发展,NoSQL数据库很多,如何对他们分类,以便方便地根据自己应用特色选择不同的NoSQL数据库呢? NoSQL = HVSP 无(传统关系数据库的)join或明显事务的高容量简单处理。 按照数据模型保存性质将当前NoSQL分为四种: 1.Key-value stores键值存储, 保存key ...
yangfuchao418 评论(0) 有963人浏览 2010-07-17 12:13

转:Cassandra 介绍

Cassandra : 详细见:http://www.cnblogs.com/gpcuster/tag/Cassandra/   Cassandra是一个混合型的非关系的数据库,类似于Google的BigTable。其主要功能比Dynomite(分布式的Key-Value存储系统)更丰富.Cassandra最初由Facebook开发,后转变成了开源项目。它是一个网络社交云计算方面理想的数据库。以 ...
brighter 评论(0) 有1425人浏览 2010-07-15 09:20

Cassandra中rowcached对性能的影响

一直对cassandra做测试,但是测试的结果却跟官方提供的写快,读慢的情况相反。一直没找到问题的答案。 最近在做大数据量的测试时才想起了conf/storage-conf.xml中的这个字段rowcached: ~ The optional RowsCached attribute specifies the number of rows ~ whose ent ...
hankesi2000 评论(0) 有1499人浏览 2010-07-08 10:19

cassandra的使用接口2010-07-07

package com.huawei.support.cache; import java.io.Serializable; import java.util.Map; /** * 缓存操作接口. */ public interface ICassCache {     /**向缓存中存放数据.     *     * @param aKeyArea Key     * @param aName ...
conquer0 评论(0) 有813人浏览 2010-07-07 16:24

cassandra内部API使用四2010-07-07

    /** 根据属性名从绑定中取得属性值.      *      * @param aPropertyName 属性名      * @return 从绑定中取得的属性值      */     public String getPropertyFromBinding(String aPropertyName)     {         return CacheConfigReader.ge ...
conquer0 评论(0) 有658人浏览 2010-07-07 16:21

cassandra内部API使用三2010-07-07

    /** 根据Key从缓存删除缓存数据.      *      * @param aKeyArea Key      */     public void remove(String aKeyArea)     {         CassandraClientPool pool = CassandraClientPoolFactory.INSTANCE.get();         // ...
conquer0 评论(0) 有777人浏览 2010-07-07 16:21

cassandra内部API使用二2010-07-07

    /**根据Key和column从缓存读取数据.      * @param aKeyArea Key      * @param aName column      * @return Object 缓存数据      */     public Object get(String aKeyArea, String aName)     {         Map<String, Ob ...
conquer0 评论(0) 有672人浏览 2010-07-07 16:20

cassandra内部API使用一2010-07-07

package com.huawei.support.cache.impl; import static me.prettyprint.cassandra.utils.StringUtils.bytes; import java.io.Serializable; import java.util.HashMap; import java.util.Map; import me.prettyprint ...
conquer0 评论(1) 有1007人浏览 2010-07-07 16:20

cacheConfig.xml中读取配置文件信息二2010-07-07

    /** 获取本实例.      * @return CacheConfigReader cache配置文件读取实例      */     public static CacheConfigReader getInstance()     {         // 从classpath中读取配置文件         ClassLoader loader = Thread.currentThr ...
conquer0 评论(0) 有2061人浏览 2010-07-07 16:16

cassandra的配置文件cacheConfig.xml---2010年7月7日

<?xml version="1.0" encoding="UTF-8" ?> <cacheConfig>     <!--缓存服务器集群-->     <servers id="cassandraServers">         <list>             <v ...
conquer0 评论(0) 有907人浏览 2010-07-07 16:10

cassandra外部使用示例三

续二的类:     /**      * 从主页面点击产品定位到导航页面      */     public List<Map<String, Object>> getThinkwordByDocFamily(Map map)         throws ApplicationException     {         String nlsLang = (String ...
conquer0 评论(0) 有806人浏览 2010-07-07 16:07

cassandra外部使用示例二

续一的类:    /**按给定的产品线节点,获取相关产品族列表      * @return List<HashMap>      * @throws Exception      */     public List<Map<String, Object>> getProductFamilyNodes(String itemId,         String ...
conquer0 评论(0) 有801人浏览 2010-07-07 16:07

cassandra外部使用示例一

package com.huawei.support.navigation.dao; import java.io.Serializable; import java.lang.reflect.Method; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons ...
conquer0 评论(0) 有879人浏览 2010-07-07 16:05

了解 NoSQL 的必读资料

    NoSQL 是非关系型数据存储的广义定义。它打破了长久以来关系型数据库与 ACID 理论大一统的局面。NoSQL 数据存储不需要固定的表结构,通常也不存在连接 操作。在大数据存取上具备关系型数据库无法比拟的性能优势。该术语在 2009 年初得到了广泛认同。      当今的应用体系结构需要数据存储在横向伸缩性 上能够满足需求。而 NoSQL 存储就是为了实现这个需求 ...
Blackbaby 评论(0) 有807人浏览 2010-06-30 14:09

Bytes Array 转化

最近 作一个Cassandra 的项目,需要bytes[]和各种类型的转换,java 干了这么多年,应该是信手拈来,但是我错了,搞了半天才搞出来, 惭愧呀 public static final byte[] bytes(String s) { try { return s.getBytes("UTF-8"); } catch (UnsupportedEn ...
jarpy 评论(0) 有806人浏览 2010-06-29 16:00

缓存cassandra七(缓存操作实现类)续六

/** * 缓存操作实现类. */ @Service("cassCache") public class CassCache implements ICassCache {      /** 根据Key从缓存删除缓存数据.      * @param aKeyArea Key      */     public void remove(String aKeyArea) th ...
conquer0 评论(0) 有1423人浏览 2010-06-26 16:18

缓存cassandra六(缓存操作实现类)续五

/** * 缓存操作实现类. */ @Service("cassCache") public class CassCache implements ICassCache {     /**根据Key和column从缓存读取数据.      * @param aKeyArea Key      * @param aName column      * @return Objec ...
conquer0 评论(0) 有1521人浏览 2010-06-26 16:18

最近博客热门TAG

Oracle(49876) MySQL(37268) SQL Server(17623) Access(9329) DB2(4271) Redis(3181) Sybase(2414) 数据挖掘(2098) MongoDB(2014) SQLite(1817) PostgreSQL(1635) HBase(1492) NoSQL(1000) HSQLDB(620) Informix(581) Derby(578) Cassandra(375) PowerBuilder(333) CouchDB(113) TokyoCabinet(87)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics