Always instantly consistent, always available, and perfectly tolerant of partitioning. Truly, it is the only database which can be scaled to unlimited nodes and remain fully CAP.
/dev/null is an ACID compliant database
61–70 of 203 posts
Re: /dev/null is an ACID compliant database
#62Re: /dev/null is an ACID compliant database
#63Re: /dev/null is an ACID compliant database
#64Earlier quoted context omitted.
Joking aside I can’t ever remember seeing a bug in either bash or zsh, never seen either crash or segfault and anytime I’ve had weirdness it’s always turned out to be me missing something. Both (along with a lot of the standard utilities) are a testament to what talented C programmers plus years of people beating on them in unintended ways can achieve in terms of reliability/stability.
Programs not outputting a final newline to stdout leave a prompt that doesn't start on column 0, and readline seams to not takes this into consideration, but still optimizes redraws and overwrites so you get an inconsistent display. This bugs seam to exist in a lot of shells and interactive programs. The program causing the issue isn't POSIX conform though.
The correct spelling is “seems”. I first assumed it was a typo, but since you did it twice I thought you might like to know.
Re: /dev/null is an ACID compliant database
#65Not only that, it provides all 3 components of CAP!
Re: /dev/null is an ACID compliant database
#66Earlier quoted context omitted.
seems you've missed the joke
It's not a funny one if it was one. Of course something is going to be a bad database if it's not a database.
Your humor unit might be defective.
Re: /dev/null is an ACID compliant database
#67Specifically, these definitions require that transactions appear to execute in some serial order, and place no constraints on that serial order. So the database can issue all reads at time zero, returning empty results, and all writes at the time they happen (because who the hell cares?).
The lesson? Demand real-time guarantees.
Re: /dev/null is an ACID compliant database
#68Re: /dev/null is an ACID compliant database
#69Earlier quoted context omitted.
seems you've missed the joke
It's not a funny one if it was one. Of course something is going to be a bad database if it's not a database.