N
Navin Mishra
Hi,
I've a disconnected dataset to have a sort of in-memory cache(in lieu of
using hashtables) and still take advantage of SQL Like syntax to search,
insert and update data as well as relations, cascading deletes, etc. Is it
necessary to lock the whole dataset when doing any inserts, updates, etc. Or
would it suffice to lock table, table row, etc. only depending upon data to
be updated ?
Could there be any performance issues too ?
Thanks in advance and regards
Navin
I've a disconnected dataset to have a sort of in-memory cache(in lieu of
using hashtables) and still take advantage of SQL Like syntax to search,
insert and update data as well as relations, cascading deletes, etc. Is it
necessary to lock the whole dataset when doing any inserts, updates, etc. Or
would it suffice to lock table, table row, etc. only depending upon data to
be updated ?
Could there be any performance issues too ?
Thanks in advance and regards
Navin