<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Sorry my fault!<div><br></div><div>Here ist SQL Statement:</div><div><br></div><div><span style="font-family: Noteworthy-Light; font-size: 15px; line-height: 15px; ">CREATE INDEX userid_propertypath_index ON owncloudusr.oc_properties (userid, propertypath)</span></div><div><font face="Noteworthy-Light"><span style="font-size: 15px; line-height: 15px;"><br></span></font></div><div><font face="Noteworthy-Light"><span style="font-size: 15px; line-height: 15px;"><br></span></font></div><div><font face="Noteworthy-Light"><span style="font-size: 15px; line-height: 15px;"><br></span></font></div><div><font face="Noteworthy-Light"><span style="font-size: 15px; line-height: 15px;">Best Regards</span></font></div><div><font face="Noteworthy-Light"><span style="font-size: 15px; line-height: 15px;"><br></span></font></div><div><font face="Noteworthy-Light"><span style="font-size: 15px; line-height: 15px;">Patrick</span></font></div><div><font face="Noteworthy-Light"><span style="font-size: 15px; line-height: 15px;"><br></span></font></div><div><font face="Noteworthy-Light"><span style="font-size: 15px; line-height: 15px;"><br></span></font><div><div>Am 08.03.2013 um 14:23 schrieb Alessandro Cosentino <<a href="mailto:cosenal@gmail.com">cosenal@gmail.com</a>>:</div><br class="Apple-interchange-newline"><blockquote type="cite">@Patrick: how does your first query differ from the second one?<br><br>Alessandro<br><br>On Fri, Mar 8, 2013 at 11:16 AM, Jan-Christoph Borchardt<br><<a href="mailto:hey@jancborchardt.net">hey@jancborchardt.net</a>> wrote:<br><blockquote type="cite">More specifically on pull requests:<br><a href="https://help.github.com/articles/using-pull-requests">https://help.github.com/articles/using-pull-requests</a><br><br>Short: You fork the repo, do the fix in your fork, and the push »Pull<br>request« in the top right of your repo. Then you describe your fixes and we<br>will review it. Cheers!<br><br><br>On Fri, Mar 8, 2013 at 10:14 AM, Bernhard Posselt <nukeawhale@gmail.com><br>wrote:<br><blockquote type="cite"><br>https://help.github.com/articles/be-social<br><br><br>On 03/08/2013 10:00 AM, Patrick Heller wrote:<br><br>How can i send a pull request?<br><br>I opend a issue but i can't open pull request.<br><br>Best Regards<br><br>Patrick<br>Am 08.03.2013 um 09:38 schrieb Thomas Müller <thomas.mueller@tmit.eu>:<br><br>Thanks a lot for your analysis!<br><br>Can I ask you to open a bug report - in case there is not yet any open:<br>https://github.com/owncloud/core/issues?sort=created&state=open<br><br>Contributions are welcome as well - feel free to fix it and send us a pull<br>request! ;-)<br><br>THX,<br><br>Tom<br><br>Am Freitag, dem 08.03.2013 um 9:11 schrieb Patrick Heller:<br><br>Hi All,<br>did anybody has an overview about all select statement they are being used<br>in owncloud?<br><br><br>I take a look on my MYSQL Server and it seems that they are no indexes on<br>the tables!<br><br>Example:<br><br>owncloud use the following command:<br><br>SELECT * FROM 'oc_properties' WHERE 'userid' = '<USERID>' AND<br>'propertypath' = '<PATH>'<br><br>it takes up to 2 seconds to execute this command!<br><br>after I add:<br><br>SELECT * FROM 'oc_properties' WHERE 'userid' = '<USERID>' AND<br>'propertypath' = '<PATH>'<br><br>it takes 0.2 seconds!<br><br>I think there are a lot of SQL Statements what can be done much faster if<br>SQL indexes will be used!<br><br><br>Best Regards<br><br><br>Patrick Heller<br><br>_______________________________________________<br>Owncloud mailing list<br>Owncloud@kde.org<br>https://mail.kde.org/mailman/listinfo/owncloud<br><br>_______________________________________________<br>Owncloud mailing list<br>Owncloud@kde.org<br>https://mail.kde.org/mailman/listinfo/owncloud<br><br><br><br>_______________________________________________<br>Owncloud mailing list<br>Owncloud@kde.org<br>https://mail.kde.org/mailman/listinfo/owncloud<br><br></blockquote><br><br>_______________________________________________<br>Owncloud mailing list<br>Owncloud@kde.org<br>https://mail.kde.org/mailman/listinfo/owncloud<br><br></blockquote>_______________________________________________<br>Owncloud mailing list<br><a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>https://mail.kde.org/mailman/listinfo/owncloud<br></blockquote></div><br></div></body></html>