0% found this document useful (0 votes)
47 views1 page

Essbase Kernel Components

The Essbase Kernel manages all data loading, calculation, storage and retrieval functions for Essbase. It reads, writes and caches data, controls transactions to ensure data integrity, and recovers databases after crashes. The Kernel contains components like the Index Manager, Allocation Manager, Data Block Manager, and others that control finding, allocating, retrieving and storing data. System administrators can configure overall Essbase server storage settings by editing the essbase.cfg file.

Uploaded by

pavan kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views1 page

Essbase Kernel Components

The Essbase Kernel manages all data loading, calculation, storage and retrieval functions for Essbase. It reads, writes and caches data, controls transactions to ensure data integrity, and recovers databases after crashes. The Kernel contains components like the Index Manager, Allocation Manager, Data Block Manager, and others that control finding, allocating, retrieving and storing data. System administrators can configure overall Essbase server storage settings by editing the essbase.cfg file.

Uploaded by

pavan kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Thesefunctions include data loading, calculations, spreadsheet lock&send, partitioning, and

restructuring.The Essbase Kernel reads, caches, and writes data; manages transactions; and
enforces transactionsemantics to ensure data consistency and data integrity.The Essbase Kernel
has the following functions:
•Handles disk storage and caching of Essbase files
•Handles data retrieval
•Handles data updates
•Controls input-output functions related to Essbase
•Consolidates free space for re-use
•Manages concurrent operations
•Recovers databases after a server crash
•Issues locks
•Manages transactions
8
Essbase Kernel Components
The Essbase Kernel contains components that control all aspects of retrieving and storing
data:The Index Manager finds and tracks the location of requested data.The Allocation Manager
is part of the Index Manager, allocates space and manages some fileoperations.The Data Block
Manager retrieves the data pointed to by the index and stores the data.The LRO Manager handles
retrieval and storage of linked reporting objects (LROs).The Lock Manager handles the locking of
data blocks to regulate concurrent data access.The Transaction Manager tracks transactions and
handles internal commit and abort operations.
Essbase.cfg usage
You can define storage settings for all databases on the Hyperion Essbaseserver by changing
values in the configuration file
essbase.cfg

You might also like