a small thingy - you may wanna use a Heap table in whatever database you'r running, since this table will be queried/updated/deleted often, a heap table will deliver better performance and save you a little I/O wait time.
take into account that heap tables can't use primary indexes, or keep...