Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Is there Limitation on Writable Data Source

Options
reactancexl
reactancexl Posts: 160

what is the limitation on a writable DS? I have a scenario where I call a service and it will return about 60K records. Will a Writable DS be able to handle it? I want to use that data as a comparison to another process downstream. Here is the flow.
Service calls a cloud app and the resultset inserts into a DB.
another process takes that data and loads into another DB
A service is called to grab that data from the second DB.

I want to be able to verify the data from the first service call and the second. What is best way to do this? About 60K records will be returned. thx