Re: [GENERAL] 回复:[GENERAL] SP to calc shipments vs receipts

Поиск
Список
Период
Сортировка



On Wed, Sep 25, 2013 at 7:27 AM, DDT <410845160@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.

В списке pgsql-general по дате отправления:

Предыдущее
От: "DDT"
Дата:
Сообщение: =?gb18030?B?u9i4tKO6W0dFTkVSQUxdIFNQIHRvIGNhbGMgc2hp?= =?gb18030?B?cG1lbnRzIHZzIHJlY2VpcHRz?=
Следующее
От: Bret Stern
Дата:
Сообщение: Re: 回复:[GENERAL] SP tocalc shipments vs receipts