-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Both InnoDB and PostgreSQL - as well as many other databases - use a technique called multi-version concurrency control (MVCC) to provide transaction isolation: transactions should not see the work of other, uncommitted transactions. MVCC means that, when a row is updated, the database stores both the old and new versions of the row.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Showing posts with label linux commands. Show all posts
Showing posts with label linux commands. Show all posts

Thursday, October 14, 2010

Linux Commands - Not Usual




Linux Command Tips






Check Validity of a Certificate File (PEM File)


# openssl x509 -in Certificates.pem -inform PEM -text -noout -enddate