Famous Quotes |
admin's blogThe default table type for MySQL is MyISAM. It has table level locking, which means during an UPDATE, nobody can access any other record of the same table. BDB uses Page level locking, and during an UPDATE, nobody can access any other record residing in the same database page of that table, until the locking transaction issues a COMMIT.
InnoDB However, uses Row level locking. Row level locking ensures that during an UPDATE, nobody can access that particular row, until the locking transaction issues a COMMIT. Good article about php boot strapping at..
PHP Web Developers- Responsibilities-Dec 2008 Responsibilities: Excellant opening -PHP MySQL- Aricent - Bangalore,GurgaonMathi from Adecco India from Chennai. Winfoware Bangalore (PHP Lead) |
Recent blog posts
|