Re: Strategy to delete/expire keys in cassandra

2010-03-10 Thread Weijun Li
-Original Message- From: Sylvain Lebresne [mailto:sylv...@yakaz.com] Sent: Thursday, February 25, 2010 2:23 AM To: Weijun Li Cc: cassandra-user@incubator.apache.org Subject: Re: Strategy to delete/expire keys in cassandra Hi, Should I just run command (in Cassandra 0.5 source folder

Re: Strategy to delete/expire keys in cassandra

2010-03-10 Thread Weijun Li
2:23 AM To: Weijun Li Cc: cassandra-user@incubator.apache.org Subject: Re: Strategy to delete/expire keys in cassandra Hi, Should I just run command (in Cassandra 0.5 source folder?) like: patch –p1 –i 0001-Add-new-ExpiringColumn-class.patch for all of the five patches in your ticket

RE: Strategy to delete/expire keys in cassandra

2010-02-26 Thread Weijun Li
: Sylvain Lebresne [mailto:sylv...@yakaz.com] Sent: Thursday, February 25, 2010 2:23 AM To: Weijun Li Cc: cassandra-user@incubator.apache.org Subject: Re: Strategy to delete/expire keys in cassandra Hi, Should I just run command (in Cassandra 0.5 source folder?) like: patch –p1 –i  0001-Add-new

Re: Strategy to delete/expire keys in cassandra

2010-02-25 Thread Sylvain Lebresne
not sure why. -- Sylvain From: Weijun Li [mailto:weiju...@gmail.com] Sent: Tuesday, February 23, 2010 6:18 PM To: cassandra-user@incubator.apache.org Subject: Re: Strategy to delete/expire keys in cassandra Thanks for the answer.  A dumb question: how did you apply the patch file to 0.5

RE: Strategy to delete/expire keys in cassandra

2010-02-24 Thread Weijun Li
To: cassandra-user@incubator.apache.org Subject: Re: Strategy to delete/expire keys in cassandra Thanks for the answer. A dumb question: how did you apply the patch file to 0.5 source? The link you gave doesn't mention that the patch is for 0.5?? Also, this ExpiringColumn feature doesn't seem to expire

Re: Strategy to delete/expire keys in cassandra

2010-02-23 Thread Weijun Li
Thanks for the answer. A dumb question: how did you apply the patch file to 0.5 source? The link you gave doesn't mention that the patch is for 0.5?? Also, this ExpiringColumn feature doesn't seem to expire key/row, meaning the number of keys will keep grow (even if you drop columns for them)