[prev] 27 [next]

Distributed Databases (cont)

Distributed query processing
  • may require query ops to be executed on different nodes
    • node provides only source of some data
    • some nodes may have limited set of operations
  • needs to merge data received from different nodes
    • may require data transformation (to fit schemas together)
Query optimisation in such contexts is difficult.