In-Memory Database Component for STEP

The STEP In-Memory Database Component greatly improves the performance of the STEP solution by providing near-instantaneous access to application-critical data. With the STEP In-Memory Database Component, all vital data is loaded into the application server RAM on start-up, which means that read operations are not subject to expensive disk reads or network latency.

To minimize the memory footprint and start-up time, the STEP In-Memory Database Component only holds present, non-historical data in RAM. Furthermore, digital media files and other Binary Large Objects (BLOBs) are not held in RAM. Because not all data is held in RAM, and in the case of hardware failure recovery is guaranteed, In-Memory setups still make use of an underlying database in which all changes are continuously persisted. Despite this, write-heavy processes, like imports, that use the STEP In-Memory Database Component still experience significant speed improvements because the time necessary to read previous versions of data and perform revision control is significantly shortened.

The features likely to benefit the most from the STEP In-Memory Database Component are:

Functional Differences

The following functional differences exist between systems that run the STEP In-Memory Database Component and those that do not.

Start-up Time

Because all relevant data is read into memory when the system is started, start-up of STEP systems with In-Memory enabled takes longer than start-up of STEP systems that do not have In-Memory enabled. A read-up time of four minutes per 100 million values should be expected.

Single Update Mode

Single Update Mode (SUM) periods are longer for the STEP In-Memory Component because most SUM operations are performed in the database. Because of this, parts of the data have to be read into memory a second time.

Functionality Not Available with In-Memory

Most STEP features will work exactly the same way on systems with and without In-Memory enabled. However, the following features are not available when the STEP In-Memory Database Component is enabled.

As an example of how the full text search restrictions affect searching on an In-Memory system, consider a product attribute with a 400-byte, text-only value, where each character is a single byte. The text starts with the word 'machine' and also includes the word 'intelligence' as the last 12 bytes of the 400 bytes. Searching for 'machine*intelligence' returns the product described. Now consider that a new word 'learning' is added somewhere in the middle of the value, which pushes the complete word 'intelligence' beyond the first 400 bytes. Now searching for 'machine*intelligence' does not return the product. Performing the same scenario on a non-In-Memory system without the 'Full Text Indexable' parameter set to 'Yes' will produce the same results.

Important: Searches starting with a wildcard are significantly slower than other searches.

Features Not Optimized for In-Memory

The following is a non-exhaustive list of STEP features that are not yet optimized for the STEP In-Memory Database Component, and therefore access the underlying database directly:

For more information on implementing the STEP In-Memory Database Component, contact your Stibo Systems representative.

In-Memory Assessment Process

Assessing the use of In-Memory for your system will involve the cost and the performance benefits.

In addition to activating the STEP In-Memory Database component, additional memory is required to run In-Memory. From a cost perspective, the database hardware requirements, and possibly licenses, can be reduced.

Note: As a rule of thumb, about 60 GB memory is required per 100 million attribute values.

For example:

Performance Testing

In-Memory is easy to turn on and off, which allows you to use the following plan to determine if your system will benefit from the component. Contact your Stibo Systems account manager or partner manager for assistance.

  1. With your Stibo Systems representative, identify use cases to measure In-Memory performance improvements.

  2. With your Stibo Systems representative, detail use cases and define the expected benefits for the high-level business case.

  3. Your Stibo Systems representative will develop a hardware requirement recommendation.

  4. Determine the test plan infrastructure for the test plan run:

  5. Consult with your Stibo Systems representative for an overview of component and service costs.

  6. With your Stibo Systems representative, measure the benefits of In-Memory on the business case.

STEP users will find additional information about In-Memory functionality throughout the online help, where applicable. Some other components / functionality require(s) In-Memory to be installed before they can be used. Refer to the Configuration Management documentation for more information about using In-Memory and Maintaining Partial Data Sets on Lower Level DTAP Environments here.