cancel
Showing results for 
Search instead for 
Did you mean: 

APO Live Cache

Former Member
0 Kudos

Dear All,

when i study the architecture of APO server, it deals with Live Cache. what is the Live Cache? What is the importance Live Cache in APO architecture?

please clarify

Regadrs

Senthil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please check thread, it has all what you are looking for ;

Manish

Former Member
0 Kudos

Livecache(LC) has a important role to play in APO architecture.

From a pure technical point of view, LC is installed on a separate server with huge memory to take advantage of it's resources. LC db is always installed on MaxDB. LC stores the data in object oriented database management system (ODBMS) where data is identified by OID(object ID). This makes navigation with help of physical pointers is very fast and effective, especially for complex data with many object classes. Access time becomes around less than 10 microsecond with Livecache where in traditional RDBMS it's around 1mS. Also most of the objects are held in the liveCacheu2019s data cache in main memory. This speeds up the retrieval of information because no disk access is required.

For more information refer to the following links :-

http://help.sap.com/saphelp_nw70/helpdata/en/42/db70ae3f382cede10000000a1553f7/content.htm

https://www.sdn.sap.com/irj/sdn/livecache

Former Member
0 Kudos

Hi shivaji / Manish,

Thank you for ur quick response. So as you said, any APO installation will have two physical seperate servers. ie

1. Actual APO Application server

2. APO LC server.

then these two servers will be connected . Is it? how these two servers will be connected?

In functional perspective, what is the role of LC?

Regadrs

Senthil

Former Member
0 Kudos

Senthil,

SAP recommends that LiveCache be installed on a different physical instance. Technically, it is possible to run the app and LC on a single physical instance with two logical servers. Your company might do this in a Sandbox or Development system, but this is a poor choice when you have to support production type transaction loads.

General connection information is contained in the links so kindly supplied by our colleagues Shivaji and Manish. I believe that if you re-read the pages in these links you will find how the servers are connected. If you crave more detail, you need to look at the SCM Installation documentation.

Normally, your Basis and DB admin people will take care of maintaining the connection between the two servers when SCM is installed. Once these are set up and running, LC functioning is mostly transparent, to both functional IT as well as to end users.

Functionally, LiveCache mainly gives you a much higher level of performance over a standard disk-based data storage solution.

Regards,

DB49