javascript - WSAPI Max Page Size -


it nice if wsapi allowed larger maximum page size. there many instances pulling several thousand work items, , in need of 1 field in record. having pull records 200 @ time means long wait times user while hundreds of individual pages loaded.

the lbapi page size should indication possible. it's max page size (if remember correctly) 10,000. realize it's returning less information per record (oids instead of full objects) optimizations made wsapi in regards bandwidth (not returning full collection detail) seems 200 awfully low.

there 2 problems here contributing slowness here. first small page size. there internal discussions happening right bumping 1000 (especially since in v2.0 collections aren't returned in request).

the second right wsapidatastore paging serially. first page has loaded serially, after remaining n-1 should able done in parallel.

there defect tracking second item addressed soon. first item attention well.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -