Load large data set in sencha store -


i'm trying load store rather large data set (600 mb), app freezes. there limitation how large data sets can in sencha? or should try different approach? stores proxy simply:

proxy: {   type: 'ajax', url:'data/listjson.json',    reader: { type: 'json', rootproperty: 'entries',  } }  

i think you're pushing limits. there no need such huge data set loaded simultaneously. can provide more detail on you're trying - , may can re-design application.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -