We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f5c7d commit e64098dCopy full SHA for e64098d
dbutils.py
@@ -188,4 +188,4 @@ def migration_step_6():
188
ipvX_src_addr INET NOT NULL
189
);
190
""")
191
- c.execute(f"SELECT create_hypertable('{DB_PREFIX}flows2', 'ts');")
+ c.execute(f"SELECT create_hypertable('{DB_PREFIX}flows2', 'ts', chunk_time_interval => INTERVAL '1 hour');")
0 commit comments