Board version 7.4.0 Release Notes

Introducing version 7.4 and the HBMP technology

Board version 7.4 is a major upgrade which introduces a new database technology, named HBMP: Hybrid Bitwise Memory Patterns. This new database technology uses new internal algorithms for managing multidimensional data, which make a much larger utilisation of RAM. The new Board database engine maps at bit-level (Bitwise calculations) into Memory the multidimensional data compressed (Memory Patterns).

With the new engine, the meta-data (entities definitions, cube definitions..), the entities and entity members and the addressing of the multidimensional space, are always kept on the server's RAM memory. This grants considerably higher performance but requires adequate sizing of the hardware running the Board Server. The RAM used by Board version 7.4 is remarkably higher than for prior versions and it is now mandatory to run Board Server on a 64-bit edition of Microsoft Windows operating system.

 

HBMP is not just another in-memory database technology. It is conceived to maximise performance thanks to the benefits of the new in-memory computing techniques however it is designed to overcome the functional and practical limitations of other in-Memory solutions existing today on the market which are fundamentally scalability and support of write-back.

 

The new HBMP format also greatly improves data compression, particularly for cubes at daily level. After the conversion from dtbx to hbmp format, the size of the Board database can decrease of a factor ranging from 3 to 10 times.

 

The HBMP engine grants unmatched data scalability thanks to the Hybrid feature.

The Hybrid characteristic is an important capability that allows the Board database administrator to choose between

- loading all data fully in-Memory: the database data dictionary, the bitmaps and the cubes data.

- or load all in memory except the cube data: all the database data dictionary and the bitmaps are in memory, but leave the raw cube data (the bm3 files) to disk. This option reduces RAM requirements and grants very high scalability because the amount of RAM needed for a loading in memory a database will depend only on the size of the multidimensional space mapping and will not be proportional to the amount of measures or transactions loaded. Though this option can save a huge amount of memory and grants scalability as no other in-memory technique can, it affects performance only by 15% to 20% because most of the query processing is anyhow performed in-memory (all the computation of what data to fetch and where) and requires a disk access only at the very end of the process chain. Moreover the Hybrid mode still allows the administrator to selectively define per each single Board cube (or measure) if it should be managed fully in-memory or not therefore the cubes which are more frequently used can be configured fully in-memory for best performance while the lesser frequently used cubes can be left on disk and will be loaded only on demand.

 

More details of the new HBMP database engine as well as other new features of 7.4 are explained in the following paragraphs and topics. Make sure to read through all the documentation as the changes brought by this release are numerous and important. Some of the former approaches and considerations in database and capsule design or in the product deployment may no longer apply or may have changed, starting from hardware and software requirements to cube versioning and process modelling.

 

New features in 7.4 - short list

Version 7.4 introduces a new database technology a new database format, new capabilities of the Dataflow engine, new features in the Capsules, Web and Excel environments. Although the fundamental Board concepts remain unchanged from prior versions, there are may substantial improvements. It is important that you carefully read the present release notes and understand the impact of such changes, how these could improve your Board solutions or extend them to more challenging applications with more functional complexity, handling much larger volumes of data and serving a larger user base. Here after is a quick list of the only a few significant improvements brought by version 7.4

 

 

 

 

 

A more detailed explanation of the above points can be found in the following pages and topics of this manual.

 

Getting started on 7.4

If you're upgrading from version 7.3 (or earlier), the steps to start using version 7.4 are as follows

  1. Understand system requirements and install Board Server:  read Board Server : What's new in 7.4

  2. Convert your 7.3 database to HBMP: read The HBMP Converter

  3. Board Database: What's new in 7.4

  4. Board Capsules: what's new in 7.4

  5. Board Procedures: what's new in 7.4