| ▲ | JSR_FDED 3 hours ago | |
Safe in this context means not corrupting the database. You might lose data, but the database will live on happily as if the missing data was never written to it. You don’t get half-committed transactions, and the database isn’t in a weird state. | ||
| ▲ | tnodir 3 hours ago | parent [-] | |
> even if the server crashes, only the uncommitted transactions in the WAL are lost I'm mainly referring to this quote. So, you can lose committed transactions too. | ||