Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
panelIconIdatlassian-note
panelIcon:note:
bgColor#DEEBFF

Note

To use When using semantic models with Kyvos Analytical storeStore, you must process the full data of the semantic model if it has already not been processed before. Additionally, it is recommended not to use the semantic model that was previously processed if you have enabled to avoid using a previously processed semantic model after enabling the Kyvos Analytical Store. After enabling Kyvos Analytical Store, the This is because executing queries on a previously processed semantic model may slow down the query execution time due to the as a result of new memory configurationcalculations.

Certified Providers and supported Operating Systems for Kyvos Analytical Store

...

...

Adding Kyvos Analytical Store Jar in classpath 

To add Kyvos Analytical Store Jar in classpath, perform the following steps.

  1. Login to Kyvos and navigate to the Connections page.

  2. On the Connections page, click Properties.

    Image RemovedConnection.pngImage Added
  3. On the Edit Properties dialog box, search “kyvos.connection.classpath.common.jar” and enter the ../lib/duckdb_jdbc.jar value in the existing class path.

    image-20240223-070315.png
  4. Restart Kyvos services.  

...

Kyvos Analytical Store memory calculations

Parameter

Memory CalculationsCalculation

HEAP_MEMORY

VM_TOTAL_MEMORY / 4

OFF_HEAP_MEMORY

VM_TOTAL_MEMORY / 8

KYVOS_ANALYTICAL_STORE_MEMORY

VM_TOTAL_MEMORY / 4

For example, If you have a 64 GB QE VMQuery Engine Virtual Machine, the following will be the memory calculations are as follows:

  • HEAP_MEMORY = 16 GB

  • OFF_HEAP_MEMORY= 8 GB

  • KYVOS_ANALYTICAL_STORE_MEMORY= 16 GB

...