These are the architectural components governing Compiere's architecture Performance & Scalability:
Volume:
Compiere handles transaction through its persistence layer which maps, secures and authenticates transaction consistency from dictionary meta data to database
The Compiere persistency engine is optimized for high volume OLTP environments. For example, Compiere uses anonymous keys with the default settings of NUMBER(10) in the database and Java int. This restricts the system to 999 million records per table. If this is not sufficient, you can without code changes switch to Java Big Decimal and increase the scale of the ID column in the database to the maximum supported by the database. Along with performance scalability, Compiere provides rigorous security and roles based access options. For example, the system can restrict users from creating queries with a defined number of records. Long running processes can be executed in background or stared via scheduler thereby optimizing CPU performance.
Database:
Compiere uses a central database and is in production with Oracle Database Grids and database clusters. Compiere manages transactions via a central service, eliminating the need for application developers to manage their transaction. This increases uniformity and stability. Compiere is available on Oracle and EnterpriseDB (PostgreSQL) with prototypes on DB/2 and Microsoft SQL Server.
Application Server:
Compiere can utilize any number of individual application servers, application server clusters and also Oracle Application Server Grids. Each individual application server can be specialized for certain tasks or run in parallel to other application servers (e.g. multiple accounting servers). This allows for the IT infrastructure to scale up with the needs of the business application. In addition to JBoss, Compiere was implemented with the Oracle Application Server and IBM WAS - and the web container also runs on stand alone Tomcat.
Recent Comments