home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
Improvement Suggestions
Small Performance improvement with MySQL
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="pgebauer" data-source="post: 361569" data-attributes="member: 83047"><p>i made some additional indexes in the MySQL Database and got a small performance boost.</p><p>Here are the SQL-Statements. Maybe these Statements can be included in future releases.</p><p></p><p>ALTER TABLE `setting` ADD INDEX ( `tag` ) ;</p><p>ALTER TABLE `tuningdetail` ADD INDEX `IDX_TuningDetails2` ( `networkId` , `transportId` , `serviceId` );</p><p>ALTER TABLE `channel` ADD INDEX ( `isRadio` ) ;</p><p>ALTER TABLE `channel` ADD INDEX ( `isTv` ) ;</p><p>ALTER TABLE `channel` ADD INDEX ( `sortOrder` ) ;</p><p>ALTER TABLE `radiogroupmap` ADD INDEX ( `SortOrder` ) ;</p></blockquote><p></p>
[QUOTE="pgebauer, post: 361569, member: 83047"] i made some additional indexes in the MySQL Database and got a small performance boost. Here are the SQL-Statements. Maybe these Statements can be included in future releases. ALTER TABLE `setting` ADD INDEX ( `tag` ) ; ALTER TABLE `tuningdetail` ADD INDEX `IDX_TuningDetails2` ( `networkId` , `transportId` , `serviceId` ); ALTER TABLE `channel` ADD INDEX ( `isRadio` ) ; ALTER TABLE `channel` ADD INDEX ( `isTv` ) ; ALTER TABLE `channel` ADD INDEX ( `sortOrder` ) ; ALTER TABLE `radiogroupmap` ADD INDEX ( `SortOrder` ) ; [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Improvement Suggestions
Small Performance improvement with MySQL
Contact us
RSS
Top
Bottom