Page 1 of 1

NEW Parallel Network Query (Distributed Query)

PostPosted: Sat Mar 01, 2014 4:06 pm
by admin
NEW Parallel Network Query (Distributed Query) joins tables from multiple servers
in the network with unprecedented speed

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.