difference between inter query and intra query parallelism
#1

One day i was passing a road i found a long hair entity their her front part was so big. i touched that part and hot hot. at that moment i realised that i should take that long hair entitiy to home as i was alone in home it was a good chance of making a well in meat.
Reply
#2

Inter-query Parallelism
It is a form of parallelism where many different Queries or Transactions are executed in parallel with one another on many processors.
Advantages
It increases Transaction Throughput. That is, number of transactions executed in a given time can be increased.
It scales up the Transaction processing system. Hence, best suited for On-Line Transaction Processing (OLTP) systems.
Supported Parallel Database Architectures
It is easy to implement in Shared Memory Parallel System. Lock tables and Log information are maintained in the same memory. Hence, it is easy to handle those transactions which shares locks with other transactions. Locking and logging can be done efficiently.
In other parallel architectures like Shared Disk and Shared Nothing, the locking and logging must be done through message passing between processors, which is considered as costly operation when compared Shared Memory Parallel architecture. Cache coherency problem would occur.
Example Database systems which support Inter-query Parallelism
Oracle 8 and Oracle Rdb

Intra-Query Parallelism
It is the form of parallelism where Single Query is executed in parallel on many processors.
Advantages
To speed up a single complex long running queries.
Best suited for complex scientific calculations (queries).
Supported Parallel Database Architectures
SharedMemory, Shared Disk and Shared Nothing parallel architectures are supported. We need not worry about locking and logging as because it involves parallelizing single query.


Types
Intra-operation parallelism – the process of speeding up a query through parallelizing the execution of individual operations. The operations which can be parallelized are Sort, Join, Projection, Selection and so on.
Inter-operation parallelism – the process of speeding up a query through parallelizing various operations which are part of the query. For example, a query which involves join of 4 tables can be executed in parallel in two processors in such a way that each processor shall join two relations locally and the result1 and result2 can be joined further to produce the final result.
Example Database systems which support Intra-query Parallelism
Informix, Terradata
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
Tagged Pages: 10 difference between inter queri and intra query,
Popular Searches: inter and intra organizational of ecommece, query of 5 pen pc, metamorphic robottsate query processing in peer to peer network, difference between interoperation and intraoperation parallelism, record matching over query results ppt, query, inter organizational and intra organizational e commerce,

[-]
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
Thumbs Up online catering management system on php with report and source code and ppt 4 8,972 29-04-2017, 10:59 AM
Last Post: jaseela123d
  funny conversation between anchors script 1 2,314 28-07-2016, 03:11 PM
Last Post: jaseela123d
Wink difference between contributor and non contributor ppt 2 878 21-07-2016, 12:51 PM
Last Post: visalakshik
  how to hack mtn network and free airtime and data 2 1,329 16-07-2016, 04:17 PM
Last Post: jaseela123d
  difference between nc cnc and dnc machines pdf 2 1,290 23-06-2016, 10:05 AM
Last Post: seminar report asees
  difference between nc cnc and dnc machines pdf 1 958 23-06-2016, 10:05 AM
Last Post: seminar report asees
  how to hack mtn network and free airtime and data 1 1,084 07-06-2016, 04:05 PM
Last Post: dhanabhagya
  comparison between bluetooth and wifi and gifi 1 843 31-05-2016, 12:31 PM
Last Post: dhanabhagya
  file structures and software testing vivo question and answer 1 828 28-05-2016, 10:25 AM
Last Post: dhanabhagya
Thumbs Up temperature sensor using lm35 and adc 0808 and at89c52 1 942 27-05-2016, 02:12 PM
Last Post: dhanabhagya

Forum Jump: