Starting in the Q2/15 release, FlowTraq allows an optional third stage of session storage, called the archive. In a typical configuration, the archive will be the largest but slowest of the three caches (the other two being the original RAM cache and Session Database). This may be network storage, or (if the SESSIONDB is backed by SSD) cheaper/slower spinning disk. Archives are a purely optional extension to the FlowTraq database, and while it is recommended to add them on setup or as part of the upgrade process, they can be added at any later date.

When planning an archive for a FlowTraq install, there are several considerations to keep in mind:

Once the hardware has been determined and attached, mount the drive on the host running FlowTraq, ensuring The archive storage format is the same as the original session storage format, and can (and should) be "primed" with a copy of the original SESSIONDB, including all .dat files.

Once the space is prepared, open the

flowtraq.conf

file in the FlowTraq install directory for editing, and enter a block named 'archive' with two values:

When finished, the block should look similar to the following example:


Once the archive settings are correct, save the configuration file and restart the FlowTraq server. At this point, FlowTraq will save its current data and create the initial archive files (if none were provided by copying SESSIONDB).

After creating each archive in a cluster, and again when the entire process is complete, verify in the FlowTraq cluster configuration page that the archive information appears in the configuration box for the relevant worker. Information on total capacity can be found in the portal node in the line below that for regular storage.