It is possible to execute many insert dsRequests in the server side in a batch? I am actually inserting 1000 records, and creating 1000 DSRequests (inserts) for this.
I don't need the data returned by them by the fetch that is automatically created after each insert, and this fetch making the whole procedure slow.
How could I optimize this?
Using smartgwt 4.1p power.
I don't need the data returned by them by the fetch that is automatically created after each insert, and this fetch making the whole procedure slow.
How could I optimize this?
Using smartgwt 4.1p power.