Re: Customize Cassandra to execute a query multiple times

2017-07-27 Thread benjamin roth
> > arbitrarily made-up write requests by the server itself. > > > > Can you describe a little bit more on how to implement serializing the > > mutation into the table? > > > > Best, > > Ke > > > > 2017-07-26 22:57 GMT-07:00 Jeff Jirsa :

Re: Customize Cassandra to execute a query multiple times

2017-07-27 Thread Marco Massenzio
; Best, > Ke > > 2017-07-26 22:57 GMT-07:00 Jeff Jirsa : > > > > > > > On 2017-07-26 22:19 (-0700), Ke Wang wrote: > > > Hello all, > > > > > > Is there a way to customize Cassandra to execute a query multiple > times? > > > > > &

Re: Customize Cassandra to execute a query multiple times

2017-07-26 Thread Ke Wang
ite requests by the server itself. Can you describe a little bit more on how to implement serializing the mutation into the table? Best, Ke 2017-07-26 22:57 GMT-07:00 Jeff Jirsa : > > > On 2017-07-26 22:19 (-0700), Ke Wang wrote: > > Hello all, > > > > Is there a way

Re: Customize Cassandra to execute a query multiple times

2017-07-26 Thread Jeff Jirsa
On 2017-07-26 22:19 (-0700), Ke Wang wrote: > Hello all, > > Is there a way to customize Cassandra to execute a query multiple times? > There's always a way... > My use case is the following. When the Cassandra server receives queries > from remote clients, besides

Customize Cassandra to execute a query multiple times

2017-07-26 Thread Ke Wang
Hello all, Is there a way to customize Cassandra to execute a query multiple times? My use case is the following. When the Cassandra server receives queries from remote clients, besides executing those queries, the server also stores the queries. In the future, the server can re-execute stored