February 2018
Intermediate to advanced
340 pages
9h 43m
English
In some cases, you need to prune long running statements to limit the consumption of resources, or just if the result is not relevant, or if the statement is running too long. Since Go 1.8, the canceling of queries is possible. This recipe explains how to use this feature.
Read now
Unlock full access