Improved Speed with mySQL Index

Permalink Browser Info Environment
As is commonly mentioned in reviews Advanced Forms with Data Display is a fantastic combination of packages. Only problem I was having was with any quantity of data it was becoming very slow to retrieve data with Data Display (actually unusable).

I found by adding 4 indexes to the data files used by Advanced Forms the system became instantly quicker.

The following are the mySQL commands I used :
ALTER TABLE `sixeightformsAnswers` ADD INDEX(`ffID`);
ALTER TABLE `sixeightformsAnswers` ADD INDEX(`asID`);
ALTER TABLE `sixeightformsAnswerSets` ADD INDEX(`fID`);
ALTER TABLE `sixeightformsAnswerSets` ADD INDEX(`asID`);
.

I'd be interested to have the packages author confirm that doing this is valid and can not be a cause of future problems. Also wonder if there are are other tables that could or should be indexed.

Type: Discussion
Status: New
unionsystems
View Replies:

concrete5 Environment Information

n/a

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.