[О блоге] [наверх] [пред] [2025-10-31 09:58:35+03:00] [0403afd06a4772c090da2fc5935c503b2690dd3f]
Темы: [fun]

/dev/null это ACID БД

https://jyu.dev/blog/why-dev-null-is-an-acid-compliant-database/

Atomicity
   Operations are "all or nothing."
Consistency
   The system transitions from one valid state to another.
Isolation
   Concurrent transactions don't interfere with each other.
Durability
   Once a transaction is committed, it remains so, even after crashes.

    [оставить комментарий]