Re: [Dev] Is it possible to commit in database using dataservice in batches of certain number of records , instead of commiting all records at once? please guide.

2018-07-16 Thread Madhawa Gunasekara
Hi Vikram, I'm afraid, we don't have such a feature in DSS. but what you can do is you can split your 5 records in a batch request into small 500 records batch requests and send it to the DSS. In batch requests, We do commit the batch at once. Thanks, Madhawa On Mon, Jul 16, 2018 at 9:27

Re: [Dev] Is it possible to commit in database using dataservice in batches of certain number of records , instead of commiting all records at once? please guide.

2018-07-15 Thread Vinod Kavinda
Hi, Please follow the following documentation and posts. It explains how to do batch processing in data services. [1] - https://docs.wso2.com/display/EI620/Batch+Processing+Sample [2] - https://dzone.com/articles/wso2-dss-batch-insert-sample Thanks, Vinod On Thu, Jul 12, 2018 at 8:56 PM vikram

[Dev] Is it possible to commit in database using dataservice in batches of certain number of records , instead of commiting all records at once? please guide.

2018-07-12 Thread vikram nayak
Hi Sir, Suppose I have 5 records to be commited to a database using wso2 batch option in dataservice. Is it possible to commit records in batch of 500 at a time , instead of committing all 5 records at a time, using wso2 dataservice. With