Displaying 1 result from an estimated 1 matches for "debet".
Did you mean:
debe
2006 Apr 20
3
Need help cutting down on db traffic
...form with ~60 lines, which takes ~6 sec to save, 60%+ of that
is db io. There''s 650+ lines of log data, most of which are
AR/queries.
The app is a simple dual entry book keeping thingy, and the form in
question contains a journal entry along with a partial for every
transaction line; i.e. debet/credit account X by Y.
My update method goes something like this:
-Manually start a transaction. Don''t want any single writes to go
through if things bork up.
-Try to load the entry. Make sure it belongs to the logged in client
and doesn''t belong to a closed period, then updat...