Hi Karl, On Sat, Jun 13, 2009 at 04:30:07PM -0500, Karl O. Pinc wrote:
> A good database should not have problems with simultaneous updates, > or is there another reason why synchronization is an issue? No, not really - expecially when it's down to an INSERTs-only scenario. Just an effort to help spreading the load. > a unique part of a key. (Although good database design says > that you don't put meaningful information into a key, which > makes the key issue moot but would still require another > database column to track the source (plugid "id") of the > data.) The concept of a plugin ID is already there. post_tag feature implements this and is coded into the 'agent_id' field. It was originally conceived right for this purpose. It could be an idea for the future to allow OR'ing of its value into the 'agent_id' field for a smooth co-existence of pre- and post- tagging. Cheers, Paolo _______________________________________________ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists
