HackerRank 'Birthday Cake Candles' Solution
May 8, 2019
Coding Challenges and More
May 8, 2019
May 7, 2019
May 5, 2019
This page has 85 HackerRank Tasks posted as of May 2019. After looking over my HR profile, I noticed that I had solved a total of 200 Tasks there. In other words, I have not posted the majority of them :)
May 5, 2019
April 3, 2019
Let us imagine a scenario that needs to prevent MVCC write skews…
April 3, 2019
As I explained in a previous blog post, sometimes MVCC is not sufficient and an operation needs to block out all other concurrent modifications. NuoDB is able to lock three types of lockable resources: tables, schemas, and sequences. A resource can either be locked in SHARED mode (which still allows record modification, but no metadata modification) or EXCLUSIVE which prevents any concurrent modification.