performance of scripted data source

jimp
edited February 11, 2022 in Analytics #1
I want to weight out which has better performance:
1. scripted data source
- get POJO from database
- use javascript to bind data to report item
Javascript usually is more than 10 times slower than server side processing.
2. develop a custom ODC plugin (similar to hibernate ODC given on "Integraging birt" book.


Thanks,

Jim