Given a database with slow I/O, how can we improve it?
Anonymous
Using Cache solutions. You preload the database to the cache on system startup, and make all read and writes to the cache. the cache is responsible to update the DB underneath.
Check out your Company Bowl for anonymous work chats.