Contents & References of Evaluation of some concurrency control algorithms in the database management system, through Petri modeling
List:
Chapter One: Introduction
1-1- Introduction. 2
1-2- Thesis structure. 4
Chapter Two: Research Background
Introduction. 7
2-1- Importance of database concurrency control algorithms 7
2-2- Some types of databases 8
3-2- Types of implementation and modeling methods of concurrency control algorithms. 9
2-3-1- Implementation on a small scale. 9
2-3-2- Modeling and simulation by Markov model. 11
2-3-3- Modeling and simulation by Petri nets. 12
2-4- Evaluation parameters. 14
2-4-1- parameters of system resources. 14
2-4-2- Workload parameters. 15
2-5- The parameters and tests performed 16
2-6- Some advantages and disadvantages of modeling and simulation methods. 18
2-7- Necessity of doing research. 20
Chapter Three: Concurrency Control Techniques
Introduction. 22
3-1- Concurrency control techniques and their types 22
3-2- Locking techniques and their types 23
3-2-1- Lock definition. 24
3-2-2- Lockable unit sizes. 24
3-2-3- lock structure. 25
3-2-4- An example for the necessity of locking. 26
3-2-5- The lock manager and steps taken for locking. 27
3-2-6- How to provide the lock by the lock administrator. 28
3-2-7- multi-style lock. 28
3-2-7-1- Homogeneity matrix or compatibility of multi-style locks. 28
3-2-7-2- multi-style locking protocol for a transaction. 29
3-2-7-3- lock change. 30
3-2-7-4- multi-style locking and sequencing. 30
3-2-7-5- Features of multi-style lock. 30
3-2-8- basic two-step locking technique. 30
3-2-8-1- Uncontrolled interference problems 31
3-2-8-2- Basic 2PL characteristics and problems. 32
3-2-8-3- Lock change in 2PL protocol. 33
3-2-8-4- The effect of insertion operations in concurrency control. 33
3-2-8-5- The effect of deletion operations in concurrency control. 33
3-3- Deadlock. 34
3-3-1- Solutions to the deadlock problem. 35
3-3-2- Time stamp techniques. 36
3-3-2-1- WD algorithm. 37
3-3-2-2-WW algorithm. 37
3-3-2-3- Features of WD and WW algorithm. 37
Chapter Four: Petri Nets
Introduction. 39
4-1- Brief about Petri nets. 39
4-2- The difference between UML and Petri. 39
4-3- History of Petri nets. 40
4-4- Characteristics of Petri nets. 40
4-5- Petri net components. 40
4-5-1- Definition of Petri net components. 41
4-5-2- Functions of Petri net components. 41
4-6- Four definition of Petri nets. 42
4-7- Petri net graph. 42
4-8- Some examples of Petri net graph. 43
4-9- Behavior of Petri nets. 43
4-10- Powerful transition 44
4-11- An example of running a Petri net. 44
4-12- Rules related to transition firing in Petri net. 45
4-13- Deadlocked Petri nets, living and non-living 46
4-14- Types of Petri nets and how to mark them 47
4-15- Flowcharts and Petri nets. 47
4-16- Types of Petri. 48
4-16-1- Color Petri net. 48
4-16-2- Time Petri net. 49
4-16-3- Hierarchical Petri net. 50
Chapter Five: How to Model 2PL, WW and WD Mechanisms with Color Petri
Introduction. 52
5-1- Brief about the modeling of 2PL, WW and WD mechanisms. 52
5-1-1- 2PL model. 52
5-1-2- WW and WD models. 53
5-2- Color sets. 53
5-2-1- Color sets in 2PL model. 53
5-2-2- Color sets in WW and WD models. 54
5-2-3- Description of color sets. 55
5-3- Initial marking. 58
5-3-1- Initial marking in 2PL model. 58
5-3-2- Initial marking in WW and WD models. 59
5-3-3- Description of initial marking. 59
5-4- Variables 61
5-4-1- Variables of 2PL model. 61
5-4-2- Variables of WW and WD models. 62
5-5- Description of model functions and their functions 62
5-5-1- Description of common functions between 2PL, WW and WD models. 63
5-5-2- Description of 2PL model functions. 63
5-5-3- Description of functions of WW and WD models. 76
5-6- Certain priorities. 76
5-6- The priorities set to determine the firing of the desired transition from among the active transitions. 72
5-7- How to model 73
5-7-1- How to model 2PL model. 73
5-7-2- How to model WW and WD models. 75
Chapter 6: Evaluation of 2PL, WW and WD models
Introduction. 79
6-1- Brief about the importance of database evaluation 79
6-2- The parameter of the number of transactions entering the system. 80
6-2-1- Examining the 2PL model. 80
6-2-2- Review of WW model. 80
6-2-3- Checking the WD model. 81
6-2-4- Comparison of 2PL, WW and WD models based on the number of transactions parameter 82
6-3- Parameter of the number of orders per transaction. 83
6-3-1- Examining the 2PL model. 83
6-3-2- Review of WW model. 84
6-3-3- Checking the WD model. 85
6-3-4- Comparison of 2PL, WW and WD models based on the parameter of the number of transaction commands 86
6-4- The parameter of the number of shared and non-shared data of transactions 88
6-4-1- Review of the 2PL model. 88
6-4-2- Review of WW model. 89
6-4-3- Checking the WD model. 90
6-4-4- Comparison of 2PL, WW and WD models based on the parameter of the number of shared and non-shared data of transactions 91
6-5- The parameter of the number of shared data in transactions without non-shared data. 92
6-5-1- Examining the 2PL model. 92
6-5-2- Review of WW model. 93
6-5-3- Checking the WD model. 94
6-5-4- Comparison of 2PL, WW and WD models based on the parameter of the number of shared data in transactions without non-shared data. 96
6-6- Conclusion. 97
6-7- Suggestions. 100
references. 102
Source:
Latin references:
Al-Jumah, N. B., Hossam, S. H. and El-Sharkawi, M., (2000), Implementation and modeling of two-phase locking concurrency control—a performance study, Information and Software Technology, Vol. 42, No. 4, pp. 257-273.
Chen, J., Wang, Y. F. and Wang, J. P., (2011), Concurrency control protocol for real-time database and the analysis based on petri net, Advanced Materials Research, Vols. 143-144, pp. 12-17.
Devillers, R. and Best, E., (1987), Sequential and concurrent behavior in petri net theory, Theoretical computer science, Vol. 55, No. 1, pp. 87-136.
Gilmore, S., (1997), Programming in standard ML'97: A tutorial introduction, Edinburgh, Laboratory for Foundations of Computer Science the University of Edinburgh.
Halder, A., (2006), A study of petri nets modeling, analysis and simulation, India, India Aerospace Engineering University.
Han, Y., Jiang, C. and Luo, X., (2004), A study of concurrency control in web-based distributed real-time database system using extended time petri nets, Parallel Architectures, Algorithms and Networks (ISPAN'04), in Proceedings of the 7th International Symposium on IEEE, pp. 67-72.
Harper, R., (2001), Programming in standard ML, Pittsburgh United States, Carnegie Mellon University.
Harper, R., Rothwell, N. and Mitchell, K., (1989), Introduction to standard ML, Pittsburgh United States, School of Computer Science Carnegie Mellon University. (2010), Evaluation of performance concurrency control algorithm for secure firm real-time database systems via simulation model, Networking and Information Technology (ICNIT), International Conference on IEEE, pp. 260-264.
Jenq, B-C., Twichell, B. C. and Keller, T. W., (1989), Locking performance in a shared nothing parallel database machine, Knowledge and Data Engineering, Transactions on IEEE, Vol. 1, No. 4, pp. 530-543.
Jensen, K., Kristensen, L. M. and Wells, L., (2010), Colored petri nets and CPN tools for modeling and validation of concurrent systems, International Journal on Software Tools for Technology Transfer, Vol. 9, Nos. 3-4, pp 213-254.
Jie, H., Fengying, L. and Huijiao, W., (2010), Petri net based model for concurrent control of database system, International Conference on Intelligent Computing and Integrated Systems (ICISS), pp. 813-815.
Lee, J.