- Unité d'enseignement : Big graph processing systems
Nombre de crédits de l'UE : 3
Code APOGEE : INF2497M
Type d'enseignement
Nb heures *
Cours Magistraux (CM)
15 h
Travaux Pratiques (TP)
15 h
* Ces horaires sont donnés à titre indicatif.
Compétences attestées (transversales, spécifiques) :
Knowledge: Understanding of the fundamentals of graph processing systems from querying to efficient execution and performance improvement. |
Skills: Combine theory and practice in the field of graph databases. Design,use and improve these systems. |
Competences: Independently deploy graph processing systems and enabling them to execute anaytical tasks on real-life data. Be critical with the literature on graph databases. |
Programme de l'UE / Thématiques abordées :
This module will focus on:
- advanced graph processing;
- analytical systems and their languages
leading to optimized and cost-based query execution.
Recent advances in complex graph query processing will be presented along with evaluation metrics for efficient graph query processing and analytics.
Parcours / Spécialité / Filière / Option utilisant cette UE :
SELECT MEN_ID, `MEN_DIP_ABREVIATION`, `MEN_TITLE`, `PAR_TITLE`, `PAR_ID` FROM parcours INNER JOIN ue_parcours ON PAR_ID_FK=PAR_ID INNER JOIN mention ON MEN_ID = PAR_MENTION_FK WHERE PAR_ACTIVATE = 0 AND UE_ID_FK='26083' ORDER BY `MEN_DIP_ABREVIATION`, `MEN_TITLE`, `PAR_TITLE`