Should I limit the number of items (rows) of data I have per table?
Should I limit the number of items (rows) of data I have per table?
Calskinator
Posts: 18Questions: 3Answers: 0
I'm engineering a massive research website, and have about 4,000 or so rows of data to input. I'm wondering how many rows of data I can put in one table, so I don't slow down the search or sort abilities? I'm using Javascript to source the data, not AJAX.
I can organize my data into smaller sections of individual tables. I'm not sure where to draw the line per table. Pun intended haha
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @Calskinator ,
It's fairly limitless to the number of rows depending upon how you configure the table/server. This section of the FAQ has some good suggests that may give you a direction,
Cheers,
Colin
Sweet, thanks!!
It looks like I need to comb through the blog to find more examples of what's possible. This just keeps getting better and better!