<div dir="ltr">More specifically on pull requests: <a href="https://help.github.com/articles/using-pull-requests">https://help.github.com/articles/using-pull-requests</a><div><br></div><div style>Short: You fork the repo, do the fix in your fork, and the push »Pull request« in the top right of your repo. Then you describe your fixes and we will review it. Cheers!</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 8, 2013 at 10:14 AM, Bernhard Posselt <span dir="ltr"><<a href="mailto:nukeawhale@gmail.com" target="_blank">nukeawhale@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <div>
      
      <a href="https://help.github.com/articles/be-social" target="_blank">https://help.github.com/articles/be-social</a><div><div class="h5"><br>
      <br>
      On 03/08/2013 10:00 AM, Patrick Heller wrote:<br>
    </div></div></div><div><div class="h5">
    <blockquote type="cite">
      <pre>How can i send a pull request?

I opend a issue but i can't open pull request.

Best Regards

Patrick
Am <a href="tel:08.03.2013" value="+498032013" target="_blank">08.03.2013</a> um 09:38 schrieb Thomas Müller <a href="mailto:thomas.mueller@tmit.eu" target="_blank"><thomas.mueller@tmit.eu></a>:

</pre>
      <blockquote type="cite">
        <pre>Thanks a lot for your analysis!

Can I ask you to open a bug report - in case there is not yet any open:
<a href="https://github.com/owncloud/core/issues?sort=created&state=open" target="_blank">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 <a href="tel:08.03.2013" value="+498032013" target="_blank">08.03.2013</a> um 9:11 schrieb Patrick Heller:
</pre>
        <blockquote type="cite">
          <pre>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>_______________________________________________
Owncloud mailing list
<a href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a>
</pre>
      </blockquote>
      <pre>_______________________________________________
Owncloud mailing list
<a href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a>
</pre>
    </blockquote>
    <br>
  </div></div></div>

<br>_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
<br></blockquote></div><br></div>