EXPLAIN EXTENDED

How to create fast database queries

My latest article on SQL in general: Things SQL needs: determining range cardinality. You're welcome to read and comment on it.

Archive for March 28th, 2009

Sorting lists: deleting items

This is article 4 of 6 on linked lists in MySQL:

In this aticle I’ll describe deleting an item from a linked list.

This operation is probably the most simple, as no constraints are violated here.

I’ll cover it, first, just to be complete and, second, to illustrate some tricks I used before in more detail.
Read the rest of this entry »

Written by Quassnoi

March 28th, 2009 at 11:00 pm

Posted in MySQL