35,10,0,50,1
25,600,60,0,3000,5000,25,800
90,150,1,50,12,30,50,1,70,12,1,50,1,1,1,5000
0,2,1,0,2,40,15,5,2,1,0,20,0,1
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com...
welcome to wplecturer.com...
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com

Translate

How many rows can a database handle?

More
2 weeks 5 days ago #3314 by ekatsa
How many rows can a database handle? was created by ekatsa
How many rows can a database handle?

Please Log in to join the conversation.

More
2 weeks 5 days ago - 2 weeks 5 days ago #3315 by ekatsa
Replied by ekatsa on topic How many rows can a database handle?
It depends on
  1. database limits
  2. hardware limits
see

The internal representation of a MySQL table has a maximum row size limit of 65,535 bytes, even if the storage engine is capable of supporting larger rows. BLOB and TEXT columns only contribute 9 to 12 bytes toward the row size limit because their contents are stored separately from the rest of the row.and Oracle allows two bytes for row numbers, so theoretically they could go as high as 65535 rows in a block.

However, given the minimum row length (11 bytes) and maximum database block size (32K), the pratical limit on the number of rows in a block is in fact only 2970.
Last edit: 2 weeks 5 days ago by ekatsa.

Please Log in to join the conversation.

Time to create page: 0.222 seconds