Query optimization
#1

i am final year B.E student in computer science.i am making my project on Sql Tuner. before that i need to give seminar on Query optimization and how it is implemented in Sql Tuner.i know only basic information about Query optimization so i want full seminar report on the topic "QUERY OPTIMIZATION" including its introduction, theory, basic rules,techniques, applications,advantages, disadvantages, future, current tends, uses, examples illustrating rules, supporting diagrams with their explanation.
Reply
#2
Query Optimization
For a given query, there are many plans that a database management system
(DBMS) can follow to process it and produce its answer. The final output will be the same in the different methods followed, but the cost(the amount of time that they need to run) will be different. In short, Query optimization is a function of many relational database management systems in which multiple query plans for satisfying a query are examined and a good query plan is identified. There must be a trade-off between the times required to figure out the plan and run the plan. The plan that needs the least time must be chosen. Therefore a DBMS must have a query optimization. enormous cost difference can occur between two alternatives.The resource footprint of various query plans is evaluated by the cost based query optimizers. The CPU path length, amount of disk buffer space, disk storage service time etc are the resources in the computer system that are costed. The possible access paths are examined before forming the set of query plans. depending on the complexity of the SQL query, the search space can become extremely large. The two methods of optimization are:
logical optimization: a sequence of relational algebra is generated to solve the query.
physical optimization: the means of carrying out each operation is determined here.

For full details see:
http://en.wikipediawiki/Query_optimization
http://infolab.stanford.edu/~hyunjung/cs...nnidis.pdf
http://scribddoc/39640304/Query-Optimization
http://scribddoc/36880940/Query-Optimization
Reply
#3

hello
i need a project of query optimization with pso algorithm.
help me pleace.
i need a query optimization with pso algorithm.
help me please.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: query optimization, technical seminar report on query optimization in sql, query optimization access, seminar topics query optimization, report of query optimization in dbmsge and disadwantage, report of query optimization in dbms, query optimization projects titles,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  ant colony optimization source code in ns2 2 758 12-07-2016, 11:26 AM
Last Post: jaseela123d
  source code ant colony optimization matlab 1 547 04-07-2016, 01:59 PM
Last Post: visalakshik
  difference between inter query and intra query parallelism 1 724 23-05-2016, 11:35 AM
Last Post: dhanabhagya
  bacterial foraging optimization algorithm matlab code 1 516 13-05-2016, 09:20 AM
Last Post: dhanabhagya
  matlab code particle swarm optimization for optimal sizing and siting of distributed generation 1 610 19-04-2016, 12:21 PM
Last Post: dhanabhagya
  matlab code for firefly algorithm for optimization 1 517 16-04-2016, 10:48 AM
Last Post: dhanabhagya
  community detection using ant colony optimization techniques 1 412 13-04-2016, 10:55 AM
Last Post: dhanabhagya
Wink handover lte matlab optimization source code 1 681 12-04-2016, 12:55 PM
Last Post: dhanabhagya
  search engine optimization seminars report 1 518 07-03-2016, 10:42 AM
Last Post: seminar report asees
  Ant Colony optimization for routing in Mobile and Adhoc Networks himanish 3 4,459 20-12-2012, 11:33 AM
Last Post: seminar details

Forum Jump: