Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
Overview

...

Transactions per second

Hits per second

Response time vs Threads

50/120/50

 

Transactions per second

Hits per second

Response time vs Threads


Postgres Read/Write
Query per secondBlocks per second

...

Transactions per second

Hits per second

Response time vs Threads

50/120/50

 

Transactions per second

Hits per second

Response time vs Threads

...

Transactions per second

Transaction throughput vs Threads

Hits per second

Response time vs Threads

50/120/50

 

Transactions per second

Transaction throughput vs Threads

Hits per second

Response time vs Threads

...

  • Import documents:
    • Before:
      • Check memory, pool and threads into nuxeo.conf and server.xml.nxftl.
      • Tune PostgreSQL server into postgresql.conf file with scenario parameters.
      • Disable ACL optimization
      • Disable fulltext indexing into repository
      • Uninstall plugin quota (if it is enabled and installed)
    • After:
      • Enable ACL optimization
        • Execute: SELECT nx_rebuild_read_acls();
      • Enable fulltext-indexing into repository
      • Install and enable plugin quota, if it is necessary.

...