Client-side database |
||
From DataObjects.Net Wiki
|
It is a database operating on the client side. Normally it stores relatively small part of data from the server-side database; on the other hand, in many cases this part can be large enough to fit in memory - that's why it is convenient to use a database here. Moreover, if it is provided, ot brings such additional benefits as durability, isolation, indexes and queries.
|



