In Python:

keyspace.columnfamily[key][column] = value

files.video[uuid.uuid4()]['name'] = 'foo.flv'
files.video[uuid.uuid4()]['path'] = '/var/files/foo.flv'

create a mapping
files.video =  {
    uuid.uuid4() : {
        'name' : 'foo.flv',
        'path' : '/var/files/foo.flv',
    }
}

if most of sizes >= 0.5MB, use sys-fs/reiser4progs, else use ext4.


2010/4/26 Bingbing Liu <rucb...@gmail.com>

>  any suggestion?
>
> 2010-04-26
> ------------------------------
> Bingbing Liu
>



-- 
Shuge Lee | Lee Li | 李蠡

Reply via email to