|
|
Re: Auto-server script QFrom: Avi Freedman Date: Thursday, February 4, 1999
Time: 11:13:33 pm> Pretty hard... Well... not so much hard, but it would require a complete
> restructuring of how the database works... instead of writing to the
> database, it would require writing to a "buffer" first, having the buffer
> get saved to the log (with old and new info), and then write the buffer
> to the database.
>
> Which, aside from a few hundred programming hours, it would significantly
> slow the system down since it's now taking 4 or 5 times longer
> (buffer->log->database) to write any data to the database.
>
> - Shawn
Something to think on...
You can't put triggers on fields for form-edit, or do it just in memory
and do a diff per-field on moving to a different record, or exiting?
Avi
|

Return to Digital Point Solutions' Home Page |