<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="https://help.github.com/articles/be-social">https://help.github.com/articles/be-social</a><br>
<br>
On 03/08/2013 10:00 AM, Patrick Heller wrote:<br>
</div>
<blockquote
cite="mid:950A2762-854A-429F-A9CD-7DF56C9C8104@gmail.com"
type="cite">
<pre wrap="">How can i send a pull request?
I opend a issue but i can't open pull request.
Best Regards
Patrick
Am 08.03.2013 um 09:38 schrieb Thomas Müller <a class="moz-txt-link-rfc2396E" href="mailto:thomas.mueller@tmit.eu"><thomas.mueller@tmit.eu></a>:
</pre>
<blockquote type="cite">
<pre wrap="">Thanks a lot for your analysis!
Can I ask you to open a bug report - in case there is not yet any open:
<a class="moz-txt-link-freetext" href="https://github.com/owncloud/core/issues?sort=created&state=open">https://github.com/owncloud/core/issues?sort=created&state=open</a>
Contributions are welcome as well - feel free to fix it and send us a pull request! ;-)
THX,
Tom
Am Freitag, dem 08.03.2013 um 9:11 schrieb Patrick Heller:
</pre>
<blockquote type="cite">
<pre wrap="">Hi All,
did anybody has an overview about all select statement they are being used in owncloud?
I take a look on my MYSQL Server and it seems that they are no indexes on the tables!
Example:
owncloud use the following command:
SELECT * FROM 'oc_properties' WHERE 'userid' = '<USERID>' AND 'propertypath' = '<PATH>'
it takes up to 2 seconds to execute this command!
after I add:
SELECT * FROM 'oc_properties' WHERE 'userid' = '<USERID>' AND 'propertypath' = '<PATH>'
it takes 0.2 seconds!
I think there are a lot of SQL Statements what can be done much faster if SQL indexes will be used!
Best Regards
Patrick Heller
</pre>
</blockquote>
<pre wrap="">_______________________________________________
Owncloud mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Owncloud@kde.org">Owncloud@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/owncloud">https://mail.kde.org/mailman/listinfo/owncloud</a>
</pre>
</blockquote>
<pre wrap="">
_______________________________________________
Owncloud mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Owncloud@kde.org">Owncloud@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/owncloud">https://mail.kde.org/mailman/listinfo/owncloud</a>
</pre>
</blockquote>
<br>
</body>
</html>