- Website
- http://www.lintersql.com[01]
- Developer
- Country of Origin
- RU
- Former Names
- DBMS BARS, DBMS INTEREAL
- Project Type
- Commercial
- License
- Proprietary
History[03]
The story of linter database starts back in 1980 when a group of developers working in a government-owned company started to develop a database system named DBMS BARS for a RANFOS operating system.
Later in the 1990 same group set a private company named RELEX which is acronym for "RELational EXpert Systems" and this is when Linter database has arrived.
Concurrency Control[04]
Strict 2 phase locking. Thus, every DML operation causing an exclusive lock to be put on the record that is being changed at the moment.
When a select statement reaches the tuple that has been updated but not yet committed, it gets stalled until the lock is down.
Whenever a transaction updates many tuples on the same table, the whole table gets an exclusive lock in order to reduce resource overhead while managing multiple row-level locks
Deadlocks are being detected on the fly by the means of an internal deadlock manager
Citations
5 sources- http://www.lintersql.com lintersql.com
- Linter SQL RDBMS - Wikipedia wikipedia.org
- http://www.lintersql.com/en/review/history/index.php lintersql.com
- https://www.lintersql.com/ru/documentations/6.0.17.86/manual/arhitektura-subd-pessimistichnyi-rezhim lintersql.com
- https://www.lintersql.com/ru/review/history/index.php lintersql.com