Monday 15 September 2014

jquery - getJSON and ajax data limit? -


I am using the following function to load the data. For some reason, this very large dataset (100m) Is not working for, but it works for my toy dataset. Do I have any limit size or parameters that I am able to load these large datasets ?:

  function load data (nameOfFile) {$ (function () {$ .getJSON ( "//www.yadayada" + nameOfFile + ".json", function (data) {// load new data in new object}). Error (function () {console.log ('error loading data!');} );}); Console.log ("done with getJSON"); }   

And this is part of an AJAX call:

  $ AjaxSetup ({success: function (results) {// do stuff}}); $   

$. Ajax (); Load data (file);

There is no size limit for the HTTP device size limit does not apply but the server setup is set Does the form.

The amount of data available for your request will usually be limited to either the process of limiting the form by the web server or form technology ...

Check the server you are running on, which server you are using etc.

No comments:

Post a Comment