newbie Posted March 1 Share Posted March 1 Attempting to load large volumes of data from my database using an Information link, I discovered that the process was taking significantly longer than expected. After conducting some research, I learned that to expedite the loading of big data, it's preferable to execute multiple queries simultaneously and load the data in parallel. Is this achievable in Spotfire? Thank you in advance! Link to comment Share on other sites More sharing options...
Fredrik Rosell Posted March 5 Share Posted March 5 Hello, Just for clarity, do you mean splitting a single Information Link into multiple queries, or running multiple Information Links at once? The latter (parallel data loading - which applies to any data loading) is the default since Spotfire 11.4, when parallel data loading was introduced (https://community.spotfire.com/articles/spotfire/tibco-spotfirer-parallel-data-loading-faq/) For the former, there is nothing that does that (automatically) on the Spotfire side, but you could of course looking into ways of turning it the latter case (splitting your single Information Link into multiple), or look into what options are available on the database side. Some other options to consider: * Look into if the Information Link performance can be improved https://support.tibco.com/s/article/Troubleshooting-Guide-Performance-issues-with-Information-Links * Does the large data need to be imported into Spotfire - if not, consider keeping it external and use a connector to access it. * Does all the data need to be imported at once - if not, consider using On-Demand to only retrieve data as needed. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now