hi
Is there any way we can make cbq to execute queries parallel??
Regards,
Venkat
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.
Many thanks for the update @vsr1