MySQL Forums
Forum List  »  Performance

Re: Utilize maximum system resources for better performance
Posted by: Ronald Brown
Date: August 09, 2015 07:33AM

sorry i forgot to post indexes on content_description

CREATE TABLE `content_description` (
`content` int(11) NOT NULL DEFAULT '0',
`description` text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`content`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Utilize maximum system resources for better performance
885
August 09, 2015 07:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.