XML vs Arrary based grid
Hello,
Please suggest the comparison for Array based vs XML based Grid.
Below are my findings for 50,100, ..., 2000 records in secs.
As the records increases to 1000+ it seems XML based grid (with Async false) is having better performance as compared to Array Based grid.
Recs 50 100 200 400 800 1200 1600 2000
Array 0.25 0.266 0.266 0.291 0.344 0.344 0.375 0.422
XML 0.281 0.313 0.313 0.312 0.328 0.329 0.344 0.344
Any suggestion which technique should be used when are the records are increasing?
Best regards,
Amber
Please suggest the comparison for Array based vs XML based Grid.
Below are my findings for 50,100, ..., 2000 records in secs.
As the records increases to 1000+ it seems XML based grid (with Async false) is having better performance as compared to Array Based grid.
Recs 50 100 200 400 800 1200 1600 2000
Array 0.25 0.266 0.266 0.291 0.344 0.344 0.375 0.422
XML 0.281 0.313 0.313 0.312 0.328 0.329 0.344 0.344
Any suggestion which technique should be used when are the records are increasing?
Best regards,
Amber
Amber
October 19,