From: Jeetendra S. <so...@vb...> - 2006-09-29 17:50:26
|
I had a question regarding concurrent inserts into GUS. Are the inserts into GUS synchronized ? If I have multiple plug-ins inserting data at the same time, into same tables, can this lead to inconsistent data ? There are certain cases where the newly inserted primary key is referenced by other tables. For example, if we are inserting features and their locations, the plug-in inserts feature first, and uses the primary key (na_feature_id) of the feature to insert its location(s). Are such inserts done as one atomic and synchonized transaction ? Please let me know. Thank you for your help, Jeetendra. |