database - Are there any limits on MYSQL DB & Table Sizes -


i have mysql table 2m+ rows, , overall database size 2.3gb. phpmyadmin runs out of memory retrieving table, never pulling 2m rows. there limitations should concern myself with?

my machine: 4 gb ram, 1x i3 540 3.06ghz 120gb ssd hd

i use nodejs query database, use myphpadmin manage it

php terrible pulling many rows of data. doesn't scale large memory usage or large arrays. if want php myadmin output table need php memory limit.

your db should fine. think mysql limits on operating system itself. however, table performance degrade tables increase in size. point degradation of performance happens entirely dependent on table structure , use , system running on.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -