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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -