Reputation: 385
What the pros anc cons of using Java compute node instead of esql compute node in IIB 9.0 ? Is Java really slower than esql ? Is there any example when JCN will suits better than ECN ?
Upvotes: 2
Views: 2491
Reputation: 566
This subject is really complex, and we had to face it a few month ago, so we listed the pros and the cons I remember :
I won't list all the points for Java, but everything listed above is the opposite for Java.
In my case, principally due to the lack of Unit Tests, I stopped using ESQL for complex code. I still use it to override properties in the local environment, or any really small tasks, but I won't write anything longer than 50 lines of code in ESQL (I target 10 lines max)
Upvotes: 4