Can cbq execute queries in parallel if the input is a file?

hi

Is there any way we can make cbq to execute queries parallel??

Regards,
Venkat

cbq shell executes queries in serial (it waits query to finish before sending next query to query service ) to record the data back to user.

You can use simple script to sending each query to query service in separate thread.

Query service can execute concurrent queries.

1 Like

Many thanks for the update @vsr1