Re: Loading data on-demand in Cassandra

2012-11-08 Thread sal
Pierre Chalamet chalamet.net> writes: > > Hi,You do not need to have 700 Go of data in RAM. Cassandra is able to store on disks and query from there if data is not cached in memory. Caches are maintained by C* by itself but you still have to some configuration.Supposing you want to store around

Atomic or Non-Atomic Counters

2011-08-24 Thread Sal Fuentes
The design document that is referenced on the Cassandra wiki page ( http://wiki.apache.org/cassandra/Counters) describes the Counters in Cassandra as non-atomic ( https://issues.apache.org/jira/secure/attachment/12459754/Partitionedcountersdesigndoc.pdf). However, the DataStax post on counters ( ht

Cassandra Certification

2011-08-14 Thread Sal Fuentes
Are there any organizations planning on offering certification for Cassandra? -- Salvador Fuentes Jr.

Re: CQL: No indexed column error when < or <= in WHERE clause

2011-08-14 Thread Sal Fuentes
The important piece that is mentioned in Jonathan's link is this: "One consequence of the KEYS index type being more like a hash index than a btree is shown here: even though birth_date is indexed, Cassandra couldn’t perform the range query “> 1970″ against it." hash index vs a btree index. Basic

Re: Chronologic

2011-08-14 Thread Sal Fuentes
Looks like Chronologic is out now. Much thanks to the folks at Gowalla for putting this out. https://github.com/gowalla/chronologic http://speakerdeck.com/u/therealadam/p/chronologic-you-put-your-feeds-in-it http://lanyrd.com/2011/lone-star-ruby-conference/sgptd/ On Mon, Aug 8, 2011 at 1:30 PM,

Re: Chronologic

2011-08-08 Thread Sal Fuentes
This is great news. Thank you Adam and team! I look forward to this gem ... pun intended. :) On Mon, Aug 8, 2011 at 6:54 AM, Adam Keys wrote: > I've been working on Chronologic for the past several months. I'm doing a > presentation on it this weekend at Lone Star Ruby Conference. It will be > o

Chronologic

2011-08-06 Thread Sal Fuentes
Hello Scott, I noticed you had previously posted this snippet: https://gist.github.com/832414 And I was curious to know if there were any plans to open source Chronologic in the future? If so, I think the Cassandra and Ruby communities would thank you for it. :) -- Sal

thrift install

2011-07-18 Thread Sal Lopez
/build/tools/maven-ant-tasks-2.1.3.jar [get] Error getting http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jarto /tmp/thrift-0.6.1/lib/java/build/tools/maven-ant-tasks-2.1.3.jar BUILD FAILED java.net.ConnectException: Connection timed out Thanks. Sal

Re: fabric script for cassandra

2011-03-28 Thread Sal Fuentes
I know you can find other scripts for provisioning a cassandra cluster on github but they may be outdated (thinking 0.6 releases): [Chef scripts] https://github.com/b/cookbooks/tree/cassandra https://github.com/fuentesjr/cass-pack [Shell scripts] https://github.com/digitalreasoning/PyStratus Hop

Re: Commercial support for cassandra

2011-02-16 Thread Sal Fuentes
They also offer great training sessions. Have a look at their site for more information: http://www.datastax.com/about-us On Wed, Feb 16, 2011 at 3:13 PM, Michael Widmann wrote: > riptano - contact matt pfeil > > mike > > 2011/2/17 A J > > By any chance are there companies that provide support

Re: Cassandra documentation

2011-02-10 Thread Sal Fuentes
I've read the book and overall I think its a great book. It should especially useful for those getting started. On Thu, Feb 10, 2011 at 1:06 PM, Aaron Morton wrote: > There is also a book http://oreilly.com/catalog/0636920010852 > > I've not read it yet, so cannot comment on it's quality. > > Aar

Re: Best Approaches for Developer Integration

2011-02-08 Thread Sal Fuentes
Perhaps some of you may already be aware, but for the benefits of others: 1) https://github.com/fauna/cassandra does have a cassandra_helper script which will download and install Cassandra for development/testing purposes (although the cassandra_script might need to be updated to use 0.7) 2) For

Re: How do I get 0.7.1?

2011-02-02 Thread Sal Fuentes
Stephen was mentioning that there was a vote to release 0.7.1, but there where some outstanding issues that people wanted to resolve first. Another vote and release should follow relatively soon. On Wed, Feb 2, 2011 at 5:12 PM, buddhasystem wrote: > > Stephen, sorry I didn't understand your miss

Re: How do I get 0.7.1?

2011-02-02 Thread Sal Fuentes
I don't think 0.7.1 is out yet, so you'll have to wait. On Wed, Feb 2, 2011 at 3:17 PM, buddhasystem wrote: > > Thanks. > > Maxim > > -- > View this message in context: > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/How-do-I-get-0-7-1-tp5986927p5986927.html > Sent from the ca

Re: [OT] shout out for riptano training

2010-12-09 Thread Sal Fuentes
I second that as well. I actually found the training to be fun (love the new stuff in 0.7.0) and quite interesting. Now I'm looking forward to the next Cassandra Summit. Thank you Riptano. On Thu, Dec 9, 2010 at 2:48 PM, Dave Viner wrote: > Just wanted to give a shout-out to Jonathan Ellis & the

Re: Cassandra Usage on smaller projects

2010-08-05 Thread Sal Fuentes
Would you care to elaborate? On Thu, Aug 5, 2010 at 8:27 AM, Mark wrote: > > MongoDB may be a better choice for this? > -- Salvador Fuentes Jr.

Re: Cassandra cookbook for Chef

2010-08-02 Thread Sal Fuentes
I'm guessing its the cassandra branch from that repo. You can find it here: http://github.com/b/cookbooks/tree/cassandra On Mon, Aug 2, 2010 at 1:49 AM, Boris Shulman wrote: > I can't find this cookbook anymore at the specified URL. Where can I find > it? > > On Tue, Mar 16, 2010 at 6:40 AM, B