Hacker News new | ask | show | jobs
by rcaught 743 days ago
https://duckdb.org/docs/sql/statements/create_view - the View is not physically materialized, but the query is run every time the view is referenced in a query.