dzitkowskik / mini-dos

Project for Distributed Operating Systems at Warsaw University of Technology (Mathematics and Computer Science department) Winter 2015
Apache License 2.0
0 stars 0 forks source link

Row version - Master #54

Closed dzitkowskik closed 8 years ago

dzitkowskik commented 8 years ago

Implement row version (which will be also internal id unique in the table). Version must be incremented per request. Remember that it must be concurrently accessed by many parallel threads. Write a class, probably singleton which will be responsible for generating versions for tables.

davidmigloz commented 8 years ago

Done.