Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
sharadov
5y ago
0 comments
Save
Share
Why not use partitioned tables? Simply drop/archive the child tables that you don't need, and avoid the vacuum overhead.
0 comments
1 comments · 1 top-level
top
newest
oldest
andreypopp
5y ago
That’s a different thing. In some cases the whole table needs to be replaced. Then inserts into UNLOGGED tables are still much faster than into regular tables (even if there wasn’t a DELETE before).
j
/
k
navigate · click thread line to collapse