Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Best database for web backend on Linux?

Re: Best database for web backend on Linux?

From: Thor <thor_at_echidna.net>
Date: 1998/10/20
Message-ID: <70jkv7$t5q$1@news.bctel.net>#1/1

Why are you assuming that row level locking requires you to lock the data on read/browse??? LONG transactions are even better when you can get atomic, row-level, locks rather than page locks. Unless you mean true long transactions, then neither scheme is worthy of that.

If you look at most Oracle aware tools, they only lock that single record, iff that record has been modified.

Thor HW Received on Tue Oct 20 1998 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US