Re: Select statement in batch

2019-10-26 Thread Hossein Ghiyasi Mehr
a select statement inside a > batch. > I keep seeing some slow queries frequently in the logs. > > Please comment on what may the impact of the same. Is it the right > practice. Will a select statement in batch be lead to increase in read > latency than a normal select prepared statement. > > Thanks, > Allen >

Select statement in batch

2019-10-11 Thread Inquistive allen
Hello Team, Wanted to understand the impacted of using a select statement inside a batch. I keep seeing some slow queries frequently in the logs. Please comment on what may the impact of the same. Is it the right practice. Will a select statement in batch be lead to increase in read latency than