Customer Portal

UPDATE: Parallel Inserts HELP

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Whatever is specified at CONFING file level is propagated to JDBC driver when connection is created.

    If your component which is using such connection object has its own parameters, then they precede/overwrite defaults from CONFIG file.

    In other words, if you specify batchSize at DB_OUTPUT_TABLE level, then this will overwrite your defaultBatch.

    David.

Please sign in to leave a comment.