[ 1642765 ] problem with Facc_act_balance slow financial report Implemented a better approach (suggested by Heng Sin) - Dropped Fact_Acct_Balance table - Created Fact_Acct_Balance view for backward compatibility - Created speed up index on Fact_Acct - Replaced the accesses to Fact_Acct_Balance by accessing directly Fact_Acct in code - Don't need to "update balances" anymore |
||
|---|---|---|
| .. | ||
| functions | ||
| log | ||
| procedures | ||
| views | ||
| AfterImport.sql | ||
| ant.sh | ||
| build-ddl.properties | ||
| build-ddl.xml | ||
| build.properties | ||
| build.xml | ||
| functions-decl.sql | ||
| init.sql | ||
| jdbc.properties.oracle10 | ||
| readme.txt | ||
readme.txt
1. Installed ant 2. Update build.properties and jdbc.properties.oracle to suit your environment 3. 'ant create' to create the adempiere seed database for oracle.