Record limit on database list
I was using Appery to store some historical test data in a table (1041 entries). I wrote a test program to read the data and drive load from my browser to another system. Yesterday my database list service returned all 1041 entries. Today it only returns 100. Was the query limited? Are large return sets problematic?
I suppose I could get smart and just put this static data in a data structure in a file and pull in just like another .js file rather than using the database.