May 2017
Beginner
416 pages
10h 37m
English
What you have just seen is a simple aggregate, which has no support for parallel queries and all that. To solve those challenges the next couple of examples are all about improvements and speedups.
When creating an aggregate you can optionally define the following things:
[ , PARALLEL = { SAFE | RESTRICTED | UNSAFE } ]
By default, an aggregate does not support parallel queries. For performance reasons it does make sense, however, to explicitly state, what the aggregate is capable of:
Read now
Unlock full access