I just noticed that the account_move_line table was about 200MB while the index for that table was over 1GB.
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- プロジェクト
- MRP
この質問にフラグが付けられました
            
                1
                
                    返信
                
            
        
        
            
                7544
                
                    ビュー
                
            
        
    While I don't know why this is the case - reindexing this specific database reclaimed 2GB of space and reduced a 4.5GB database to 2.5GB. It was a 6.1 database upgraded via Odoo to version 7.0.
It has about 135,000 records in the account_move_line table.
The VACUUM command will also reclaim space by doing garbage collection within the table itself and rebuild indexes.
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|  | 3 3月 15  | 7752 | ||
|  | 1 3月 15  | 8900 | ||
|  | 2 3月 15  | 11559 | ||
|  | 1 12月 22  | 26779 | ||
|  | 0 3月 15  | 4598 | 
