Home | Mirror | Search |
<Keyspaces>
<Keyspace Name="Example">
<KeysCachedFraction>0.01</KeysCachedFraction>
<ColumnFamily CompareWith="BytesType" Name="User"/>
<ColumnFamily CompareWith="UTF8Type" Name="UserProfile"/>
<ColumnFamily CompareWith="UTF8Type" Name="Category"/>
<ColumnFamily CompareWith="UTF8Type" Name="Article"/>
<ColumnFamily CompareWith="UTF8Type" Name="ArticleComment" />
<ColumnFamily CompareWith="UTF8Type" Name="Product"/>
<ColumnFamily CompareWith="UTF8Type" Name="ProductComment" />
<ColumnFamily CompareWith="UTF8Type" Name="ProductAttribute" CompareSubcolumnsWith="UTF8Type" ColumnType="Super" />
<ColumnFamily ColumnType="Super"
CompareWith="UTF8Type"
CompareSubcolumnsWith="UTF8Type"
Name="Address"
Comment="A column family with supercolumns, whose column and subcolumn names are UTF8 strings"/>
</Keyspace>
</Keyspaces>
set Example.User['neo']['uuid']='b5ac78c3-fd5c-40ca-acc2-04d483052fc4' set Example.User['neo']['name']='neo' set Example.User['neo']['passwd']='mNBhMPAH' set Example.User['neo']['email']='openunix@163.com' set Example.User['neo']['status']='Y' get Example.User['neo'] set Example.User['jam']['uuid']='8e07adbd-2dea-40d0-a822-5909f14f9ba2' set Example.User['jam']['name']='jam' set Example.User['jam']['passwd']='mNBhMPAH' set Example.User['jam']['email']='t1@163.com' set Example.User['jam']['status']='Y' get Example.User['jam']
set Example.UserProfile['b5ac78c3-fd5c-40ca-acc2-04d483052fc4']['name']='neo chen' set Example.UserProfile['b5ac78c3-fd5c-40ca-acc2-04d483052fc4']['age']='30' set Example.UserProfile['b5ac78c3-fd5c-40ca-acc2-04d483052fc4']['gender']='male' set Example.UserProfile['b5ac78c3-fd5c-40ca-acc2-04d483052fc4']['Tel']='13113668890' set Example.UserProfile['b5ac78c3-fd5c-40ca-acc2-04d483052fc4']['Cellphone']='13113668890' get Example.UserProfile['b5ac78c3-fd5c-40ca-acc2-04d483052fc4']