Python Creator vs Oracle Reader: performance

Related products: FME Form

I created a Python Creator to export some features from Oracle Database using this python library cx_Oracle. And for each test, Python is more faster than Oracle reader with a where clause.

43 features.

Python results: 4.0 seconds to export Oracle to Json file

Oracle results:6.1 seconds

May be Oracle Reader loses time in the initialization.

Be the first to reply!