Google’s Time spent downloading a page (in milliseconds).
That sharp drop in the middle of December is when we switched to the PostgreSQL.
“The basic design philosophy of PostgreSQL is to produce errors or warnings in similar situations where an operation is ambiguous or unsupported.”
Why there’s a novel concept.
4 years ago • 0 notesmySQL silently ignores certain parameters passed when creating a table. This is, effectively, silent failure.
“The CHECK clause is parsed but ignored by all storage engines.
Important
The inline REFERENCES specifications where the references are defined as part of the column spoecification are silently ignored by InnoDB. InnoDB only accepts REFERENCES clauses when specified as part of a separate FOREIGN KEY specification. “
Also, this little gem:
“Partitioned tables do not support foreign keys.”