Hi all, I’m writing a program in java and I used a udf module. This module is aim to update a record. I want to measure time for executing that. But I see that, step of register take about 1s while update value of record takes less time? This result is correct or not? any reason for that?
Thanks all.