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?

CalskinatorCalskinator 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

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    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

  • CalskinatorCalskinator Posts: 18Questions: 3Answers: 0

    Sweet, thanks!!

  • CalskinatorCalskinator Posts: 18Questions: 3Answers: 0

    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!

This discussion has been closed.