According to the documentation enable_chunk_skipping, " Enable range statistics for a specific column in a compressed hypertable. This tracks a range of values for that column per chunk. Used for chunk pruning during query optimization."
If I enable chunk skipping do I need to re-compress any existing chunks in my database or run ANALYZE or anything like that to get the statistics created on the compressed chunks of the hyper table?