Customer Portal

Setting session options in Vertica.

Comments 1

  • Avatar
    slechtaj
    0
    Comment actions Permalink
    Hi starsailor,

    You should use DBInputTable for SELECT statements. However, in order to set the option on session level, you will need to update your DB connection. On the advanced tab of the database connection dialog, there is a threadSafeConnection attribute. By default this attribute is set to true. It means that each component has its own separate connection. If you turn off the threadSafeConnection, a connection instance (and the session) will be shared by all components.

    You may also set Vertica options already within the database connection. All you need to do is just add a new Custom JDBC property ConnSettings which you assign the select statement (add_vertica_options) as a value.
    vertica_connection.png
    More information on Vertica’s JDBC Connection properties, refer to https://my.vertica.com/docs/5.1.6/HTML/ ... #13173.htm.

    For more information on DB connection settings in Clover, refer to our documentation: http://doc.cloveretl.com/documentation/ ... izard.html.

Please sign in to leave a comment.