unsubscribe
unsubscibe
What is the best way to determine the timestamp of a row (ie. the most
recent time when any of the columns of a row were modified).
Correct me if I am wrong, but I beleive a row does not have a timestamp,
only individual columns have timestamps.
So for instance if I need to know when a row was la
C#
On Wed, Jun 9, 2010 at 2:34 PM, Ran Tavory wrote:
> Some languages have higher level clients that might help you. What language
> are you using?
>
> On Jun 9, 2010 9:01 PM, "Steven Haar" wrote:
>
> What is the best way to pass a Cassandra client as a para
What is the best way to pass a Cassandra client as a parameter? If you pass
it as a parameter, do you also have to pass the transport in order to be
able to close the connection? Is there any way to open or close the
transport direclty from the client?
Essentailly what I want to do is pass a Cassa
What is the best timestamp to use while using Cassandra with C#? I have been
using DateTime.Now.Ticks, but I have seen others using different things.
Thanks.