Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen
Note

Advanced Settings are available since BellaDati 2.9

Advanced settings can be used to change various parameters of each data set and perform maintenance tasks.

Warning

 Please note that these actions might result in losing all of your data.

Advanced settings are divided into following categories:

  • Remote storage settings
  • Maintenance
  • Data table and connection details 

  • Storage parameters

Remote Storage Settings

Remote storage enables to store Data set in a remote database instead of the database used by BellaDati. For more information, please see article Remote Storage.

Maintenance

By default, BellaDati performs maintenance globally and automatically. When necessary, it is possible to set up maintenance for each data set independently. Users can specify the time and the frequency of the maintenance. Please note that maintenance execution will abort running imports.

Since BellaDati 2.9.3, it is also possible to run the maintenance manually by clicking on Run maintenance now.

Image Added

Data table and connection details

In this table, users can see information about the database table and database itself. They can also change the table space or disable indexing by clicking on the Edit button. 

Warning

Disabled indexing can cause serious performance issues.

Users can also re-create data table in the database. This can be useful when the data table gets corrupted. Please note that this action will delete all data from the data set.

Image Added

Storage Parameters

In this table, it is possible to change advanced storage parameters. This functionality is for advanced users only. In most cases, it is best to use the default values.

Image Added

Dynamic data tables

Note

This feature is available since BellaDati 2.9.3.5

When this option is enabled, users can dynamically change which database table should be used when loading the data to the report. This feature is available when PostgreSQL (since BellaDati 2.9.8.1) or Microsoft SQL Server is used as remote storage. User can specify the table name by using bd_force_data_table parameter in URL while loading report:

 

  • table name without schema and database
  • once set, settings are valid for the entire session until logout or setting bd_force_data_table to empty string
  • tables must have same structure (forced tablename must contain at least the same columns as original table)
  • forced table must contain same primary key column as original table and import_id, ds_id columns

To learn more, please take a look at our tutorial for Dynamic data tables.


Sv translation
languagede

Erweiterte Einstellungen [Original Seitentitel]

Note

Erweiterte Einstellungen sind seit BellaDati 2.9 verfügbar.

Erweiterte Einstellungen können verwendet werden, um verschiedene Parameter jedes Datensatzes zu ändern und Wartungsaufgaben durchzuführen.

Warning

  Bitte beachten Sie, dass diese Aktionen zum Verlust aller Ihrer Daten führen können. 

Die erweiterten Einstellungen sind in folgende Kategorien unterteilt:

  • Einstellungen für den Remote-Speicher

  • Wartung

  • Datentabelle und Anschlussdetails

  • Speicherparameter

Einstellungen für den Remote-Speicher

Der Remote-Speicher ermöglicht es, den Datensatz in einer entfernten Datenbank zu speichern, anstatt in der von BellaDati verwendeten Datenbank. Weitere Informationen finden Sie im Artikel Remote Storage.

Maintenance

By default, BellaDati performs maintenance globally and automatically. When necessary, it is possible to set up maintenance for each data set independently. Users can specify the time and the frequency of the maintenance. Please note that maintenance execution will abort running imports.

Since BellaDati 2.9.3, it is also possible to run the maintenance manually by clicking on Run maintenance now.

Image Modified

Data table and connection details

In this table, users can see information about the database table and database itself. They can also change the table space or disable indexing by clicking on the Edit button. 

Warning

Disabled indexing can cause serious performance issues.

Users can also re-create data table in the database. This can be useful when the data table gets corrupted. Please note that this action will delete all data from the data set.

Image Modified

Storage Parameters

In this table, it is possible to change advanced storage parameters. This functionality is for advanced users only. In most cases, it is best to use the default values.

Image Modified

Dynamic data tables

Note

This feature is available since BellaDati 2.9.3.5

When this option is enabled, users can dynamically change which database table should be used when loading the data to the report. This feature is available when PostgreSQL (since BellaDati 2.9.8.1) or Microsoft SQL Server is used as remote storage. User can specify the table name by using bd_force_data_table parameter in URL while loading report:

 

  • table name without schema and database
  • once set, settings are valid for the entire session until logout or setting bd_force_data_table to empty string
  • tables must have same structure (forced tablename must contain at least the same columns as original table)
  • forced table must contain same primary key column as original table and import_id, ds_id columns

To learn more, please take a look at our tutorial for Dynamic data tables.