istore
istore copied to clipboard
istore precludes parallel queries
There are some aggregates that are still not parallel-safe (namely, isagg). They rely on the AVL-tree as an internal state, which makes it slightly more challenging to implement parallel behavior, however, it should pay off if the aggregate Is the last step to the long table scan that can potentially be parallelized.