The material provided is for informational purposes only, and should not be relied on in making any purchasing or investment decision. The information is not a commitment, promise or legal obligation to deliver any material, code, or functionality. The development, release, and timing of any features or functionality described for our products remains at our sole discretion. © 2026 Cloud Software Group, Inc. All rights reserved
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.