The document discusses database issues related to mobile computing. It describes how mobile devices cache data from servers to reduce latency when the device is offline. The cached data is stored locally in a process called hoarding. It discusses different database architectures and cache invalidation mechanisms used to maintain consistency between cached and server data. These include stateless asynchronous, stateful asynchronous, and stateful synchronous approaches. Maintaining cache consistency through invalidation reports and periodic updates is important for reliable usage of cached data on mobile devices.