CHAPTER 13: Set Up In-Memory Database System


A ramdisk is a portion of the computer system's memory that looks like a disk based filesystem. Data on this filesystem do not have the access penalties that physical discs bring. There is no rotational latency, nor seek. For those systems that support this capability, you can use Empress as in-memory database system and create databases and do database operations in it without any configuration.

To create in-memory filesystem requires root privileges. It is not intention of Empress to show you how to configure the ramdisk in your system since every operating system has it's differences to configure the ramdisk. The System Administrator would have to be involved in this process. However, this chapter provides examples of ramdisk configuration on Linux, Solaris, HP-UX and Unixware operating systems. It may vary from version to version of the operating system.