<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why is displaying documents in Sections so much slower than in Workspaces? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319642#M6643</link>
    <description>&lt;P&gt;So I hope with your memory upgrade you will have better response time, but I can explain you why you have a response time difference for your published document and the original one.&lt;/P&gt;
&lt;P&gt;In fact when you publish your document you're creating what we call "Proxy". This is a pointer to the original document.&lt;/P&gt;
&lt;P&gt;Into the database in fact we create a document that reference the original document. So to find any information of the original document, we need to execute a database request with join that is less efficient to get directly the original document. Normally this join is quite efficient when the Database don't swap.&lt;/P&gt;
&lt;P&gt;As your server is light for the memory the response time gap is large. But if you do that in well dimensioned server the difference will be sensitively shorter.&lt;/P&gt;
&lt;P&gt;I will finish on &lt;A href="http://doc.nuxeo.com/x/fwQz"&gt;this documentation&lt;/A&gt;. There is a section about Tuning your PostgreSQL Database to have the best response times.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2011 19:53:59 GMT</pubDate>
    <dc:creator>Benjamin_Jalon1</dc:creator>
    <dc:date>2011-11-14T19:53:59Z</dc:date>
    <item>
      <title>Why is displaying documents in Sections so much slower than in Workspaces?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319637#M6638</link>
      <description>&lt;P&gt;We have about 5000 documents (.odt files) that are published in Sections, and about a thousand more being worked on in the Workspaces. To display a particular document's properties from its Workspace folder takes about 6 seconds. To display the properties of the same document from where it is published in a Section takes more than 20 seconds. Why the dramatic difference? How can this operation be speeded up?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2011 23:45:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319637#M6638</guid>
      <dc:creator>zerubbabel_</dc:creator>
      <dc:date>2011-11-10T23:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why is displaying documents in Sections so much slower than in Workspaces?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319638#M6639</link>
      <description>&lt;P&gt;Apart from this issue, six seconds to see document properties seems very slow especially with only 5000 documents. Difficult to answer without much more detail...&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2011 14:05:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319638#M6639</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2011-11-12T14:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why is displaying documents in Sections so much slower than in Workspaces?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319639#M6640</link>
      <description>&lt;P&gt;Platform&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2011 19:15:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319639#M6640</guid>
      <dc:creator>zerubbabel_</dc:creator>
      <dc:date>2011-11-13T19:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why is displaying documents in Sections so much slower than in Workspaces?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319640#M6641</link>
      <description>&lt;P&gt;We strongly suspect that your server swap as you just have 1.5Go. (by default our tomcat instance is started with 1024Mo allowed). So I recommend you to buy some memory sticks or tune your server&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2011 19:29:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319640#M6641</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2011-11-14T19:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why is displaying documents in Sections so much slower than in Workspaces?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319641#M6642</link>
      <description>&lt;P&gt;Result of "SELECT * FROM Document" -- 668 pages at 20 per page&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2011 19:48:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319641#M6642</guid>
      <dc:creator>zerubbabel_</dc:creator>
      <dc:date>2011-11-14T19:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why is displaying documents in Sections so much slower than in Workspaces?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319642#M6643</link>
      <description>&lt;P&gt;So I hope with your memory upgrade you will have better response time, but I can explain you why you have a response time difference for your published document and the original one.&lt;/P&gt;
&lt;P&gt;In fact when you publish your document you're creating what we call "Proxy". This is a pointer to the original document.&lt;/P&gt;
&lt;P&gt;Into the database in fact we create a document that reference the original document. So to find any information of the original document, we need to execute a database request with join that is less efficient to get directly the original document. Normally this join is quite efficient when the Database don't swap.&lt;/P&gt;
&lt;P&gt;As your server is light for the memory the response time gap is large. But if you do that in well dimensioned server the difference will be sensitively shorter.&lt;/P&gt;
&lt;P&gt;I will finish on &lt;A href="http://doc.nuxeo.com/x/fwQz"&gt;this documentation&lt;/A&gt;. There is a section about Tuning your PostgreSQL Database to have the best response times.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2011 19:53:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319642#M6643</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2011-11-14T19:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why is displaying documents in Sections so much slower than in Workspaces?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319643#M6644</link>
      <description>&lt;P&gt;Ok, so your server must swap.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2011 19:54:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/why-is-displaying-documents-in-sections-so-much-slower-than-in/m-p/319643#M6644</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2011-11-14T19:54:55Z</dc:date>
    </item>
  </channel>
</rss>

