thanks.



------------------ Original ------------------
From:  "Chris Travers";<chris.trav...@gmail.com>;
Date:  Wed, Sep 25, 2013 10:46 PM
To:  "DDT"<410845...@qq.com>; 
Cc:  "bret_stern"<bret_st...@machinemanagement.com>; 
"pgsql-general"<pgsql-general@postgresql.org>; 
Subject:  Re: [GENERAL] ??????[GENERAL] SP to calc shipments vs receipts






On Wed, Sep 25, 2013 at 7:27 AM, DDT <410845...@qq.com> wrote:
 By the way, you can try to save the current totals to another table.
 update it through triggers when the inventory transactions changed.
it may lead to better performance on a large set of inventory transactions for 
query current totals


If you are going to do this, my recommendation is to store periodic summaries 
(i.e. for sum through date) and then aggregate rolling forward.  This vastly 
simplifies querying and data validation if you are only appending data. 
 
-- 
Best Wishes,Chris Travers


Efficito:  Hosted Accounting and ERP.  Robust and Flexible.  No vendor lock-in.
http://www.efficito.com/learn_more.shtml

Reply via email to