Re: [go-nuts] Re: Anyway to print the exact cql query being executed against db

2018-04-11 Thread Lee Painton
No problem. Let me know how it works out, I'm going to try it myself sometime next week. On Wed, Apr 11, 2018 at 11:42 AM, Raju wrote: > Thanks, Lee. I will give it a try > > -Raju > > > On Wednesday, April 11, 2018 at 8:39:57 AM UTC-7, Lee Painton wrote: >> >> I have not

[go-nuts] Re: Anyway to print the exact cql query being executed against db

2018-04-11 Thread Raju
Thanks, Lee. I will give it a try -Raju On Wednesday, April 11, 2018 at 8:39:57 AM UTC-7, Lee Painton wrote: > > I have not tried this yet, but if you set up a > https://godoc.org/github.com/gocql/gocql#QueryObserver on your session I > believe you can get exhaustive metrics including the

[go-nuts] Re: Anyway to print the exact cql query being executed against db

2018-04-11 Thread Lee Painton
I have not tried this yet, but if you set up a https://godoc.org/github.com/gocql/gocql#QueryObserver on your session I believe you can get exhaustive metrics including the executed statement. On Wednesday, April 11, 2018 at 12:42:28 AM UTC-4, Raju wrote: > > By the way, I am using gocql

[go-nuts] Re: Anyway to print the exact cql query being executed against db

2018-04-10 Thread Raju
By the way, I am using gocql package - https://github.com/gocql/gocql On Tuesday, April 10, 2018 at 9:39:23 PM UTC-7, Raju wrote: > > Hi, > > Assuming my query using an iterator looks like this. Is there any way to > print the exact cql query that is finally executed on Cassandra side when >