Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories Data Management
Created by Guest
Created on Jun 29, 2021

add timeout configuration to forcibly close database connection used by information link

Customer would like to be able to set timeout configuration to forcibly close database connection used by information link if it takes too long.


Thanks.


  • Attach files
  • Guest
    Reply
    |
    Jun 29, 2021

    As of know, query timeout parameter can be set on jdbc connection url, e.g. like this for PostgreSQL:


    jdbc:postgresql://winx:5432/dms?options=-c%20statement_timeout=10000


    However, this parameter depends on database hence user needs to find the setting for his specific database.


    A general configuration on Spotfire Server side would be very appreciated.