Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mike_hearn
38 days ago
|
parent
|
context
|
favorite
| on:
The only scalable delete in Postgres is DROP TABLE
Oracle has ALTER TABLE [name] MOVE ONLINE INCLUDING ROWS [predicates]. This is basically what you want - it keeps only the data matching the predicate, it's efficient and it works without disrupting the app. That might be the edge you heard about.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: