Re: Lock-free databases

From: -CELKO- <jcelko212_at_earthlink.net>
Date: 5 Nov 2005 16:18:30 -0800
Message-ID: <1131236310.436009.64050_at_z14g2000cwz.googlegroups.com>


>> What "lock-free" patterns did you look at ?<<

One of the more interesting one was logical concurrency. Univac was playing with it in the lab, but I do not think it ever came out in a product. It looked at the queued statements, and picked out subsets of statements that could run at the same without conflicts by looking at the predicates. If a statement is in the queue too long, its priority gets raised until it is serviced. Received on Sun Nov 06 2005 - 01:18:30 CET

Original text of this message