Additional Spreadsheet Server Configuration

The Spreadsheet Server can be configured to optimize performance, particularly in Jedox instances with large databases, many users, or complex Integrator processes.

Cloud customers can request specific configurations by contacting Jedox Support.

Configuration options

Behavior Parameter Description
Session timeout <session><timeout seconds="300"/> Defines the time in seconds after which an orphaned user session will be closed (this is a session with no logout, where the browser window was simply closed).
Autosave interval <autosave> <interval seconds="900"/> Defines the intervals at which the core creates a copy of the currently opened and modified Jedox spreadsheets (designer mode only).
Independent calculation scope <view_independent_calculation scope="worksheet"> Possible options: worksheet, workbook, application.
Normally formulas are only calculated for the visible area (plus dependent ones).
You can set an extension of the calculation range. But an extension should be made only when necessary because the performance will suffer.
With the entry "worksheet" (default entry) the calculations are limited to the previous formulas in the current worksheet.
With the entry "workbook" the calculations are limited to the previous formulas in the current file.
With the entry "application" all previous formulas are calculated in all opened files of the current Jedox session.
Maximum number of CPU threads (default is 64)

<threads="n"/>

Example: <tcp address="jedox-olap" port="8193" threads="64"/>

By default, Spreadsheet Server will use a maximum of 64 CPU threads to calculate requests from multiple users in parallel (calculation includes scenarios where Spreadsheet Server is waiting for response from e.g. In-Memory DB). Further incoming requests are queued.

Note: since the CPU threads will generate a little overhead even if idle, the number should not be set arbitrarily high. A rule of thumb is to align it with the number of available CPU cores.

Maximum result size of subsets(default is 65,336 elements) <max_result_size>256000</max_result_size> In Jedox Web, the maximum result size of Subsets, such as in ComboBoxes, is limited to 65,336 elements by default.
Integrator Address for Macros <etl_service url="http://jedox-etl"/> Defines the address of Integrator Server in the current environment, to enable usage of the Variable $_JEDOX['ETL_SERVICE_URL'] in the Macro Engine.

Updated March 19, 2024