Announcement

Migration of this forum

Dear users of this forum,

we are pleased to inform you that we will be updating the software behind this forum in the near future.

Existing posts, users and categories will remain untouched.

Important:

  • Each user will need to reset their password.
  • Please select "I forgot my password".
  • Enter the email address you used to register in this forum.
  • You will receive an email with a link to set a new password.
  • Please choose a new (secure) password and confirm the process.

We will keep you informed in the pinned thread.

Kind regards,
Your ReportServer Team


Migration des Forums

Liebe Nutzer dieses Forums,

wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.

Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!

Wichtig:

  • Jeder Nutzer muss sein Passwort neu vergeben.
  • Wählt dazu einfach "Ich habe mein Passwort vergessen".
  • Gebt die E-Mail-Adresse ein, mit der ihr registriert seid.
  • Ihr erhaltet eine E-Mail mit einem Link zur Passwortvergabe.
  • Bitte wählt ein neues (sicheres) Passwort und bestätigt den Vorgang.

Wir halten euch im angepinnten Beitrag auf dem Laufenden!

Mit vielen Grüßen
Euer ReportServer Team

#1 2020-01-10 09:47:32

nikolajoder
Member
Registered: 2020-01-10

OLAP Cache

Is OLAP Cache cleared automatically? If yes, how often? If no, can it be automated?

Offline

#2 2020-01-10 15:10:38

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: OLAP Cache

Hi nikolajoder,

OLAP cache is not cleared automatically, but this is planned for the future (ticket RS-3473) . In the OLAP datasource you have a button for clearing it manually. You can clear it by script by calling net.datenwerke.rs.saiku.service.saiku.OlapUtilService.flushCache(MondrianDatasource) for a given datasource.

Since you can schedule the script to run periodically, this can also be done for clearing cache periodically.

Regards,
Eduardo

Offline

#3 2020-01-10 15:21:01

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: OLAP Cache

Hi nikolajoder,

please note that the above only applies for Mondrian datasources. If you use XMLA e.g. with Microsoft Analysis Services, you have the following parameters for clearing cache periodically: (cache timeout, size, mode, etc.)

type=OLAP
name=Reporting
driver=org.olap4j.driver.xmla.XmlaOlap4jDriver
Cache=org.olap4j.driver.xmla.cache.XmlaOlap4jNamedMemoryCache
Cache.Name=ConnectionCache
Cache.Mode=LFU
Cache.Timeout=600
Cache.Size=1000

Regards,
Eduardo

Offline

#4 2020-01-13 11:39:13

nikolajoder
Member
Registered: 2020-01-10

Re: OLAP Cache

Thank you Eduardo.

Last edited by nikolajoder (2020-01-13 11:39:51)

Offline

Board footer

Powered by FluxBB