Skip to main content
Skip table of contents

notifications.json

notifications.json

JS
{
	"notifications": [
		{
			"type": "LIMITED_TABLE",
			"severity": "INFO",
			"hints": ["ANALYZER", "DOCUMENTATION"]
		},
		{
			"type": "OPTIMIZE_TABLE",
			"severity": "WARNING",
			"hints": ["ANALYZER", "DOCUMENTATION"],
			"parameters": { 
				"window_size" : "2" , 
				"threshold" : "0.05" 
			}
		},
		{
			"type": "INDEX_SIZE",
			"severity": "WARNING",
			"hints": ["ANALYZER", "DOCUMENTATION"],
			"parameters": { 
				"almost_too_big" : "0.85" , 
				"too_big" : "0.99" 
			}
		},
		{
			"type": "TABLE_SIZE",
			"severity": "WARNING",
			"hints": ["ANALYZER", "DOCUMENTATION"],
			"parameters": { 
				"almost_too_big" : "0.85" , 
				"too_big" : "0.99" 
			}
		},
    {
    	"type": "INTEGRITY_CHECK",
    	"severity": "ERROR",
    	"hints": ["CONTACT"]
    },
    {
    	"type": "NEED_COMPACTION",
    	"severity": "WARNING",
    	"hints": ["DOCUMENTATION"],
    	"parameters": {
    		"need_compaction" : "0.40"
    	}
    },
    {
    	"type": "DEPRECATED_PARAMETER",
    	"severity": "INFO",
    	"hints": ["DOCUMENTATION"]
    },
    {
     		"type": "UNUSED_INDEX",
     		"severity": "INFO",
     		"hints": ["ANALYZER"],
     		"parameters": {
     			"unused_since_days" : "30"
     		}
    },
     		{
     			"type": "EXTERNAL_TABLE_WITHOUT_INDEX",
     			"severity": "INFO",
     			"hints": ["ANALYZER", "DOCUMENTATION"]
     		}
	]
}

JavaScript errors detected

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

If this problem persists, please contact our support.