Parallel Universe Home of Parallel Query

March 1, 2014

NEW Parallel Network Query (Distributed Query) makes Fast Join of Tables from Multiple Servers

Filed under: Uncategorized — admin @ 4:15 pm

Under Parallel Network Query, servers are numbered according to the table join
order of query (forming server pipeline) and each server processes its own
tables.  Query result is generated by concatenating processed tables of each
server along the server pipeline.

Parallel Network Query may also be used to speed up slow server by distributing
tables of the query to multiple servers for processing which effectively
aggregates server resources (such as disk I/O bandwidth and CPU/cores).

See Technology and Benchmarks page.

Powered by WordPress