Tag Archives: mysql partiotioning

What is mean by mysql partitioning ?

#splits large database into smaller and manageable ones. #partitioning large database into numberof rows or number of columns. # bewlow command will provide whether the mysql support parition SHOW VARIABLES LIKE ‘%partition%’;– it will show yes SHOW PLUGINS;– it will show partition active # following are the different type of partitioning . Range Prtitioning .… Read More »