The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Set refresh rate for flattened table?

Can we automatically refresh every 5 sec a flattened table built with SET USING
?
Question from The shortest path to Vertica: Best practices for data warehouse migration & ETL
@marcothesane @Maurizio
Tagged:
0
Answers
You will have to run REFRESH_COLUMNS() on "SET USING" columns. This function has no "automatic refresh timeouts" but you can run it every X seconds - if really needed - using an external scheduler. It's probably a good idea to "link" REFRESH_COLUMNS() execution to ETL related events more than "fixed length timeouts".