The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Java UDAF Parallelization
Hello,
I've got a UDAF that's rolling up HyperLogLog objects in Java and we're seeing linear scaling. Looking at the FencedProcess logs, we only see one java instance running. Is there some configuration I'm missing to make this more performant?
Cheers,
Jim
0