MySQL Schema optimize
{Rules One}
use less join
{Rules Two}
split big field - cut IO cost, move less frequency fields out.
{Rules Three}
split big table to small by type
{Rules Four}
static table use cache strategy
{Rules One}
use less join
{Rules Two}
split big field - cut IO cost, move less frequency fields out.
{Rules Three}
split big table to small by type
{Rules Four}
static table use cache strategy
YiiLib Foucs on: Pro Web Dev Tutorial and Pro Web Dev Service
Copyright © 2011 - 2024 YiiLib.com(YiiBlog.info) - Designed & Developed by Boy.Lee
Leave Comment