Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
teaching:infoh415 [2020/10/04 12:07]
ezimanyi [Project]
teaching:infoh415 [2020/10/04 12:08]
ezimanyi [Project]
Line 137: Line 137:
 Students, in groups of two, will realize a project in a topic relevant to advanced databases. Examples of topics are given in the next section of this document. Students, in groups of two, will realize a project in a topic relevant to advanced databases. Examples of topics are given in the next section of this document.
  
-Each group will study a database technology and illustrate it with an application developed ​​in a database management system to be chosen (e.g., ​Oracle, PostgreSQL, ​DB2, SQL Server, mySQL, etc.). The topic should be addressed in a technical way, to explain the underlying technologies. The application must use the specific technology manipulated.+Each group will study a database technology and illustrate it with an application developed ​​in a database management system to be chosen (e.g., ​SQL Server, PostgreSQL, ​MongoDB, etc.). The topic should be addressed in a technical way, to explain the underlying technologies. The application must use the specific technology manipulated.
  
 It is important to understand that the objective of the project is NOT about developing an application with GUI. The objective is to benchmark the proposed tool in relation to the database requirements of your application. Therefore, it is necessary to determine the set of queries and updates that your application requires and do a benchmark with, e.g., 1K, 10K, 100K, and 1M "​objects"​ (rows, documents, nodes, etc. depending on the technology used) to determine if the tool shows a linear or exponential behavior. As usual when performing benchmarks, the queries and updates are executed n times (e.g., 6 times where the first execution is not considered because it is different from the others since the cache structures must be filled) and the average of the execution times is computed. A comparison with traditional relational technology must be provided to show that the chosen tool is THE technology of choice for your application,​ better than all other alternatives,​ and that it will perform correctly when the system is deployed at full scale. It is important to understand that the objective of the project is NOT about developing an application with GUI. The objective is to benchmark the proposed tool in relation to the database requirements of your application. Therefore, it is necessary to determine the set of queries and updates that your application requires and do a benchmark with, e.g., 1K, 10K, 100K, and 1M "​objects"​ (rows, documents, nodes, etc. depending on the technology used) to determine if the tool shows a linear or exponential behavior. As usual when performing benchmarks, the queries and updates are executed n times (e.g., 6 times where the first execution is not considered because it is different from the others since the cache structures must be filled) and the average of the execution times is computed. A comparison with traditional relational technology must be provided to show that the chosen tool is THE technology of choice for your application,​ better than all other alternatives,​ and that it will perform correctly when the system is deployed at full scale.
 
teaching/infoh415.txt · Last modified: 2023/12/04 18:14 by ezimanyi