Customer Portal

Increasing the total Number of Records/Second

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello Naveen,
    you can usually speed up reading data from database by optimizing the database. On the CloverETL side you can try to change value of the fetchSize attribute in DBInputTable. Increasing the value of the DEFAULT_INTERNAL_IO_BUFFER_SIZE property (see Program and VM Arguments) can speed up writing to a file to the detriment of memory usage. For some general advices how to design the ETL process please see Performance Tuning.

Please sign in to leave a comment.