Search In this Thesis
   Search In this Thesis  
العنوان
Contributions to query optimization using searching methodologies inspired from nature /
الناشر
Hany Abdelnaby Hanafy Ahmed ,
المؤلف
Hany Abdelnaby Hanafy Ahmed
هيئة الاعداد
باحث / Hany Abdelnaby Hanafy Ahmed
مشرف / Hesham Ahmed Hefny
مشرف / Ahmed Gadallah
مناقش / Hesham Ahmed Hefny
تاريخ النشر
2019
عدد الصفحات
110 Leaves ;
اللغة
الإنجليزية
الدرجة
الدكتوراه
التخصص
Computer Science Applications
تاريخ الإجازة
24/10/2019
مكان الإجازة
جامعة القاهرة - المكتبة المركزية - Computer Science
الفهرس
Only 14 pages are availabe for public view

from 125

from 125

Abstract

Many approaches have been proposed aiming to reduce the cost of join operations. Such join operations represent the key factor of the inquiry process to retrieve related information from different data tables in large relational databases. Yet, there is still a need for more intelligent query optimizing approaches to reduce the response time of query execution. This work proposes an approach for reaching optimal query access plans for complex relational database queries including a set of join operations. The proposed approach is based on ant colony optimization technique to benefit from its ability of parallel search over several constructive computational threads which aims to reach an optimal query access plan. A comparative study shows the added value of the proposed approach. The proposed approach is applied on many different cases to check its performance against SQL Server 2014 query optimizer. A comparative study has been presented between the results of the proposed approach and SQL SERVER 2014. The results shows a reduction by 17% in average in the processing cost of the obtained optimal query access plan of the proposed approach compared with the obtained one by SQL Server 2014 query optimizer