I've been utilizing DataTables client side by processing a JSON file and rendering it via ajax into the table. My question is, what are the limitations when it comes to rows of data when using purely client-side? So far, I've tested with around 800,000 entries and once it was loaded it seemed very quick still. The uploading process seemed to slow down though somewhere in the code the more files I appended to the existing data.
Anyhow, is 800k getting to a point where I should start looking at a SSP solution? I definitely plan on moving to SSP, i'm just trying to gauge when I need to do this. And of course theres the added benefits of being able to save the JSON data for the end user under their own account. Thing is, I know this will be a big project so I'm trying to make do with what I've got for now if possible.