Database SaveKernel

Flushes all memory state to local storage and transfers the entire database to central storage.

This request is forwarded to and handled by the OLAP Service worker.

Execution is synchronous but is orchestrated by OLAP Service workers with operations of other OLAP databases of the same farm to avoid peak resource usage. Therefore, response times may vary.

Request

<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="001" Class="Database" Method="SaveKernel">
  </Alea:Request>
</Alea:Document>

Answer

<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="001">
    <Alea:Return/>
  </Alea:Request>
</Alea:Document>