Viewing 15 posts - 1 through 15 (of 67 total)
My point was how you solve serialisable with adequate performance in principle independent of platform, I am well aware of the drawbacks in current methods.
My other point is that concurrency...
December 11, 2024 at 12:47 am
Hi Rick,
The MVCC thing is fairly incidental to the book which is great because it is such a clear exposition of the math behind the relational model.
December 11, 2024 at 12:37 am
The problem with MVCC is that you only see the data as it was at the beginning of the transaction. If performing updates, other data which are relevant...
December 10, 2024 at 5:52 pm
@paul-2 White
Excellent post Paul. Snapshot isolation is useful for a consistent (but not up to date) result without locking. RSCI is logically equivalent to MVCC which has the...
December 10, 2024 at 4:13 pm
With NOLOCK the data returned can be inconsistent with itself!
This is not acceptable.
The correct solution to this problem is snapshot isolation - no locking and a consistent result as of...
December 9, 2024 at 8:00 pm
although upon hindsight it's obvious that a Roomba will encounter dog poop (my wife suggested dog vomit too) or cat poop, I'd never thought of it.
This may be an example...
September 17, 2021 at 3:43 pm
The technology behind robot vacuum cleaners and lawnmowers owes much to the work of MIT professor (and founder of the company Robust.AI) Rodney Brooks.
Brooks' blog offers a very well informed...
September 17, 2021 at 8:39 am
Sometimes as technical people we forget all the other pressures our managers are under - personell issues, purchasing, licensing, vendor management, dealing with departmental managers and higher management. It is...
September 15, 2021 at 8:21 am
It is only a matter of time until every byte of every disk in the whole world is completely full of pictures of cute cats.
September 11, 2021 at 6:26 am
A vehicle is subject to inspection by the relevant safety authorities before it goes on the market. As the "autopilot" is a new thing I expect that the necessary legislation...
September 2, 2021 at 5:37 am
The way to make computer systems accountable is by designing them using logic rather than "AI" or ML.
Consider the steps taken my law makers in drawing up legislation. Although legal...
September 1, 2021 at 8:28 pm
I think the concerns over SOA with regard to changing structure are things like changing tables. However, I tend to agree with Will that we can make these changes without...
September 1, 2021 at 8:14 pm
Regardless of whether it's a web application, mobile app, or internal BI reporting system - don't let the front-end application interface with the database directly. Don't even let them have...
September 1, 2021 at 12:50 pm
There is a great deal of misunderstanding about relational DBMSs and you will find a lot of this misunderstanding out there on the internet.
For example, people talk about a "relational...
August 23, 2021 at 9:54 am
Viewing 15 posts - 1 through 15 (of 67 total)