It is useful to see if summarized data is written in the Postgres database. Below are some of the example query which may be useful in some circumstances.
To see the number of raws of data for a specific month
syslogs=# select count(*) from raw_201607;