Problems Associated With Very Large Databases
Is that true? If yes, what are those problems?
Member • Mar 7, 2011
Administrator • Mar 7, 2011
Member • Mar 7, 2011
Member • Mar 7, 2011
Member • Mar 7, 2011
MySQL partitioning in Portable Server is a mess. I tried once and ended up crashing the server files. All my frm files became corrupted. 😔But in the normal installation, the performance boosted upto 12% - 15%! 😀 Arvind, any idea to partition in Portable Servers?slashfearHey biggie,
Yeah since we are dealing with Very large databases (VLDB) for sure the maintenance really matters and is not maintained properly it can lead to less performance and yeah as praveen said indexing is the solution but make sure that you index the tables which are not updated on regular basics because when using index the select statement will work fine but the update and insert will be really slow!! 😔 and to achieve performance we can go for partitioning the table which is the most effective way to solve the performance issue as it creates a logical split of the table and physical split but when you do so it will reduce the number of input and output device as well as the scan device 😉
And yeah if you need to know how to partition a table in mysql (I have done partition in SYBASE only 😔 ) follow this link buddy: #-Link-Snipped-#
Hope it helps!!
-Arvind
Member • Mar 8, 2011
Sorry dude I dont have any idea about portable server 😔praveenscienceMySQL partitioning in Portable Server is a mess. I tried once and ended up crashing the server files. All my frm files became corrupted. 😔But in the normal installation, the performance boosted upto 12% - 15%! 😀 Arvind, any idea to partition in Portable Servers?