Y
Hacker News
new
|
ask
|
show
|
jobs
by
sgarland
386 days ago
Why does it not support TRUNCATE?
1 comments
jashmatthews
386 days ago
My understanding is the way Aurora DSQL distributes data widely makes bulk writes extremely slow/expensive. So no COPY, INSERT with >3k rows, TRUNCATE etc
link
sgarland
386 days ago
TRUNCATE is DROP TABLE + CREATE TABLE, it’s not a bulk delete. It bypasses the typical path for writes entirely.
link