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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -