Skip to main content
Skip table of contents

Notifications

Overview

The notification panel is the section that will provide suggestions to optimize your cluster. Notifications are organized into 3 groups: INFOS, WARNING and DANGER. Each notifications come with a way to address the issue.

How to start my notification panel

By default, notifications are not enabled. You have to set the cron expression for the property notification.check.cron. For instance: 

SET_ notification.check.cron = "0 0/15 * * * ?" // every 15 minutes

After that, you can see your notifications in Monitor.


How to use my notification panel

Once your panel is enabled, you will notice several types of notifications. Each type has main buttons allowing you to contact support if necessary or to go to a specific page of documentation.

By clicking on a notification, you will be able to see the details and a button to address them.

Once you have resolved a notification, it won't disappear until the notifications are checked again. By clicking on the refresh button, suggestions will be computed again. The refresh button looks like this:

List of notified elements

TypeNameDescription
INFOLIMITED_TABLEDisplay limited tables that should be converted into fact table to reduce the memory consumption
WARNINGOPTIMIZE_TABLEDisplay when a table has a percentage of queries using the main index only. You should run the optimizer to create new indexes
WARNING / DANGERINDEX_SIZEDisplay when an index size is approaching index.memory.max_size.mb. Two threshold, in notifications.json, define the gravity of the notification.
WARNING / DANGERTABLE_SIZEDisplay when a table size is approaching table.memory.max_size.mb. Two threshold, in notifications.json, define the gravity of the notification.
DANGERINTEGRITY_CHECKDisplay tables which are corrupted and can't be restored.
WARNINGNEED_COMPACTIONDisplay tables which need an ALTER TABLE COMPACT because of shadow rows, provoqued during multiple DELETE / LOAD operations.
INFODEPRECATED_PARAMETERDisplay parameter in galactica.conf which are deprecated. These parameters will be removed in future version.
INFOUNUSED_INDEXDisplay indexes which aren't used since 30 days. They could be removed to reduce memory / disk spaces.
INFOEXTERNAL_TABLE_WITHOUT_INDEXDisplay external tables without any indexes, meaning that all queries will be delegated to the underlying database.


Modify list of displayed notifications

Go to notifications.json


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.