martedì 14 luglio 2015

Vertica - "One or more rows were rejected by the server"

Di fronte all'errore:
One or more rows were rejected by the server.
Verificare le righe che lo generano con la query:
SELECT *
FROM error_messages
WHERE error_level='ERROR'
order by event_timestamp desc

lunedì 5 gennaio 2015

Linux - Comandi vari per gestire directory

Verificare dove è montata una directory
df nome_dir -h
Verificare quanto occupa una directory
totale occupato:   du -sh nome_dir
totale occupato dalle sottodirectory: du -h --max-depth=1