Hi again! code: require 'rubygems' require 'cassandra'
app = Cassandra.new('AOM', servers = "127.0.0.1:9160") app.insert(:NumData, 'device1-cpu', { Time.now => 10.to_s }) .... storag-confl.xm. <Keyspace Name="AOM"> <ColumnFamily CompareWith="LongType" Name="NumericArchive" /> </..> Thanks!! On Mon, Jan 3, 2011 at 6:52 PM, Ryan King <r...@twitter.com> wrote: > On Mon, Jan 3, 2011 at 9:32 AM, vicent roca daniel <sap...@gmail.com> > wrote: > > Hi Ryan, > > When I insert the column, I don't get any error. But, when I inspect the > > contents, I don't see a valid number. > > also, If I try to do a range query, I'm not getting the expected results. > > Please show the code you're using. > > -ryan >