Does dgraph do multithreaded query execution?

More of a curiosity based question rather than an issue. But I have observed CPU usage spiking up to 350% on a 4 core machine when executing a single query. Does that mean Dgraph executes a query in concurrent fashion?

Yep, each block do a concurrent execution.