Le mardi 10 novembre 2009 à 19:58 +0800, ian tabangay a écrit : > Hi. > Im trying to do a benchmark on how ofbiz would handle large numbers of data. > I tried to create a Purchase Order with 1000 products in it. I tried > processing it and it was done at about 30 mins. Can anyone suggest a way to > shorten time to process about a thousand items?
Hi, which ofbiz version/screen are you using ? I'm fighting with LookUpBulkAddSupplierProducts.groovy used to purchase order for a few days, because it doesn't work in trunk since r831676 And actually, I think that it needs a complete rewrite but it's quite difficult using Delegator and xml forms. The best thing would be to use sql row_number, but even if we could use it, there will be some pagination problems because the first number of products is not the same as the final one… I'm working on it, but I'll not be able to provide something quickly, so if anybody else want to give a try. Regards, Matthieu.
