Skip to content

Commit 4c971aa

Browse files
committed
add warning about workbench keeping sessions live
1 parent 0eec8ea commit 4c971aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/week05/lecture-notes-05-tue.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Recap from last session
22

3+
POSIT WORKBENCH
4+
- Beware of the lock with active sessions!!
5+
- Always quit duckDB before leaving workbench
6+
7+
38
VIEWS are live data, if you change any table the VIEW reports on, the VIEW will update automatically (like a function you rerun every time you query it)
49
-- How to list all the views in DuckDB: SELECT view_name FROM duckdb_views;
510

0 commit comments

Comments
 (0)