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
Previous revision
Next revision Both sides next revision
teaching:infoh415 [2021/08/20 21:47]
ezimanyi [Links]
teaching:infoh415 [2022/09/20 10:25]
ezimanyi [Project]
Line 1: Line 1:
 ====== INFO-H-415: Advanced Databases ====== ====== INFO-H-415: Advanced Databases ======
  
 +
 +===== Last important announcement ====
 +All VUB student registered to the course who are not on the Teams of the course should take contact with gilles.dejaegere@ulb.be
  
 ===== Lecturer ===== ===== Lecturer =====
Line 32: Line 35:
  
 The course is given during the first semester ​ The course is given during the first semester ​
-  * Lectures on Mondays from 4 pm to 6 pm+  * Lectures on Mondays from 4 pm to 6 pm in the K.4.601 (Solbosch campus)
   * Exercises on Thursdays from 2 pm to 4 pm   * Exercises on Thursdays from 2 pm to 4 pm
  
Line 97: Line 100:
   * IBM, A Matter of Time: Temporal Data Management in DB2 for z/OS. ({{teaching:​infoh415:​a_matter_of_time.pdf|version pdf}})   * IBM, A Matter of Time: Temporal Data Management in DB2 for z/OS. ({{teaching:​infoh415:​a_matter_of_time.pdf|version pdf}})
 ===== Links ===== ===== Links =====
-  * Temporal databases ​ 
-    * [[http://​timecenter.cs.aau.dk/​|TimeCenter]],​ an international research centre for temporal databases. 
-    * [[http://​www.timeconsult.com/​Software/​Software.html|TimeDB]],​ a temporal relational database 
   * Spatial databases   * Spatial databases
-    * [[https://​postgis.net/​workshops/​postgis-intro/​|Introduction to PostGIS]] ​ +    * [[https://​postgis.net/​workshops/​postgis-intro/​|Introduction to PostGIS]] 
 +    * [[https://​learn.crunchydata.com/​postgis|Crunchy Data Interactive PostGIS Learning Portal]]
   * Spatio-temporal (or mobility) databases   * Spatio-temporal (or mobility) databases
     * [[https://​mobilitydb.com/​|MobilityDB]]  ​     * [[https://​mobilitydb.com/​|MobilityDB]]  ​
   * Object databases   * Object databases
     * [[http://​www.odbms.org/​|ODBMS.ORG]],​ portal of ressources about object databases.     * [[http://​www.odbms.org/​|ODBMS.ORG]],​ portal of ressources about object databases.
-    * [[http://​www.db4o.com/​|db4o]],​ an open source object database. 
     * [[http://​www.objectstore.com/​datasheet/​index.ssp|ObjectStore]],​ an object database     * [[http://​www.objectstore.com/​datasheet/​index.ssp|ObjectStore]],​ an object database
     * [[http://​www.objectivity.com|Objectivity]],​ an object database     * [[http://​www.objectivity.com|Objectivity]],​ an object database
-    * [[http://​www.versant.com/​|Versant]],​ an object database 
-    * [[http://​www.jade.co.nz/​jade/​|Jade]],​ an object database 
-    * [[http://​sourceforge.net/​projects/​ozone/​|Ozone]],​ an object database 
   * Post-relationnal databases   * Post-relationnal databases
-    * [[http://​www.fresher.com/​|Matisse]] 
     * [[http://​www.intersystems.com/​cache/​index.html|Caché]]     * [[http://​www.intersystems.com/​cache/​index.html|Caché]]
  
Line 120: Line 116:
   * {{teaching:​infoh415:​activenotes.pdf|Active databases}}   * {{teaching:​infoh415:​activenotes.pdf|Active databases}}
   * {{teaching:​infoh415:​temporalnotes.pdf|Temporal databases}}   * {{teaching:​infoh415:​temporalnotes.pdf|Temporal databases}}
-/*   * {{teaching:​infoh415:​objectnotes.pdf|Object databases}} ​  */ +  * {{:​teaching:​infoh415:​graphdb-ulb-2021.zip|Graph Notes (2021 version)}} 
-  * {{:​teaching:​infoh415:​graph_databases_notes.zip|Graph Notes}}+/*   * {{teaching:​infoh415:​objectnotes.pdf|Object databases}} ​   
 +  * {{:​teaching:​infoh415:​graph_databases_notes.zip|Graph Notes}}*/
   * {{teaching:​infoh415:​spatialnotes.pdf|Spatial databases}}   * {{teaching:​infoh415:​spatialnotes.pdf|Spatial databases}}
  
Line 136: Line 133:
 */ */
  
-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. Please notice that the template for these topics is "<​Technology>​ and <Tool>".+Students, in groups of four students, will realize a project in a topic relevant to advanced databases. Examples of topics are given in the next section of this document. Please notice that the template for these topics is "<​Technology> with <Tool1> and <Tool2>"
 + 
 +Each group will study a database technology (e.g., document stores, time series databases, etc.) and illustrate it with an application developed ​​in two database management systems to be chosen (e.g., SQL Server, PostgreSQL, MongoDB, etc.). The topic should be addressed in a technical way, to explain the foundations of the underlying technology. The application must use the chosen technology. Examples of technologies and tools can be found for example in the following ​ [[https://​db-engines.com/​en/​ranking|web site]]. 
 + 
 +It is important to understand that the objective of the project is NOT about developing an application with a 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. Please notice that you SHOULD NOT generate data for the benchmark since you can find in Internet (1) a huge number of available datasets (2) alternatively,​ there are many available data generators.
  
-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 foundations ​of the underlying technologyThe application must use the chosen technology.+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 ​(e.g., ​using PostgreSQL) ​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 scalePlease notice that there are MANY standard benchmarks for various database technologies so in that case you should prefer using a standard benchmark that reinventing ​the wheel and create your own benchmark.
  
-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 applicationTherefore, 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 filledand 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.+The choice ​of topic and the application ​must be made ​​in agreement ​with the lecturer. The topic should not be included ​in the program ​of the Master in Computer Science and EngineeringThe project will be presented ​to the lecturer ​and the fellow students at the end of the semesterThis presentation will be supported by a slideshowA written report containing the contents of the presentation ​is also required. The presentation and the report will (1explain ​the foundations ​of the technology ​chosen, (2) explain how these foundations are implemented by the database management systems ​chosen ​and (3) illustrate ​all these concepts with the application implemented.
  
-The choice ​of topic and the application must be made ​​in agreement with the lecturerThe topic should not be included ​in the program ​of the Master in Computer Science and Engineering. The project will be presented ​to the lecturer and the fellow students at the end of the semester. This presentation will be supported ​by a slideshow. ​written report containing the contents ​of the presentation is also required. The presentation ​and the report will (1) explain the foundations ​of the technology chosen, (2) explain how these foundations are implemented by the database management system chosen and (3) illustrate all these concepts with the application ​implemented.+The duration ​of the presentation is 45 minutesIt will structured ​in three parts of SIMILAR length 
 +   * An introduction to technology 
 +   * An introduction to the two tools, each presented by a subgroup of two persons 
 +   ​* ​common assessment ​of the advantages ​and disadvantages ​of both tools tested in a common example ​application.
  
 The evaluation of the project focuses on the following criteria: The evaluation of the project focuses on the following criteria:
Line 151: Line 155:
 The project will count for 25% of the final grade. The project will count for 25% of the final grade.
  
-The project must be submitted by **Monday, December ​132021**.+The project must be submitted by **Monday, December ​122022**. Please send the report and the presentation in PDF format to the lecturer
  
-  * Analytical databases and Endeca 
   * Cloud databases and Microsoft Azure   * Cloud databases and Microsoft Azure
   * Column stores and Cassandra, Hbase, ...   * Column stores and Cassandra, Hbase, ...
   * Data warehouses and Apache Hive   * Data warehouses and Apache Hive
-  ​* Deductive Databases and XSB +  * Distributed databases and SQL Server, ​Oracle, Citus, ...
-  ​* Distributed databases and SQL Server, ​DynamoDB, ...+
   * Document stores and Cloudant, Couchbase, CouchDB, MongoDB, RavenDB, RethinkDB, ...   * Document stores and Cloudant, Couchbase, CouchDB, MongoDB, RavenDB, RethinkDB, ...
   * Embedded databases and BerkeleyDB   * Embedded databases and BerkeleyDB
   * In-memory databases and Kdb+, MemSQL, Oracle TimesTen, Memcached, ....   * In-memory databases and Kdb+, MemSQL, Oracle TimesTen, Memcached, ....
   * Key-value stores and BerkeleyDB, DynamoDB, Redis, Voldermort, ...   * Key-value stores and BerkeleyDB, DynamoDB, Redis, Voldermort, ...
-  ​* Multimedia databases and Oracle +  * Multi-model databases and MarkLogic, CosmosDB 
-  ​* Multi-model databases and MarkLogic +  * NewSQL databases and VoltDB, CockrachDB, ... 
-  * NewSQL databases and VoltDB +  * Object-oriented databases and ObjectBox, Perst
-  * Object-oriented databases and db4o, ObjectBox, Perst+
   * Real-time databases and Firebase   * Real-time databases and Firebase
   * Search engines and Solr, ElasticSearch,​ Sphinx ...   * Search engines and Solr, ElasticSearch,​ Sphinx ...
Line 176: Line 177:
 ===== Topics for the current academic year ===== ===== Topics for the current academic year =====
  
-  * <TBD>+TBD
  
  
 
teaching/infoh415.txt · Last modified: 2023/12/04 18:14 by ezimanyi