I want to get the starting command execution time using cqlsh, I have used the tracing on in cqlsh, but my table has about 50,000 records so tracing logs report is very long and is passed away so that's why I can't get the starting time of the query execution but ending time is displayed.
Can anyone please tell me how can I access the starting point of the tracing report or can I store this tracing log report to some file from where I can access the starting time stamp?
I will also welcome to any other solution to my problem. Thanks