Re: [Dev] DSS with a very huge ammount of data

2017-07-19 Thread Júnior
Thank you Madhawa, I will give it a try! Thanks 2017-07-18 23:48 GMT-03:00 Madhawa Gunasekara : > Hi Junior, > > You can enable streaming to reduce the time that taken to build the whole > XML. and also you can increase the fetch size in the query [1], then the > number of

Re: [Dev] DSS with a very huge ammount of data

2017-07-18 Thread Madhawa Gunasekara
Hi Junior, You can enable streaming to reduce the time that taken to build the whole XML. and also you can increase the fetch size in the query [1], then the number of rows fetched with each database round trip for a query will be increased, so this will also reduce the time significantly. [1]

[Dev] DSS with a very huge ammount of data

2017-07-18 Thread Júnior
Hi, We have a query that is being exposed using DSS. The query by itself take a lot of time, because it brings a lot of data, but we noticed that it is taking a lot of time to build the XML that is returned by the service. Is there any config that we could make to improve the XML creation