Drizzle Wiki
(Editing narrative and adding section on related projects)
No edit summary
Line 29: Line 29:
   
 
{{Stub}}
 
{{Stub}}
  +
  +
[[it:Architettura della replica]]

Revision as of 15:22, 13 September 2008

Narrative

This specification describe the architecture of a robust and fast implementation of replication suitable for use in a cloud.

Related specifications

  • Simple Replication is a project to implement a small and simple statement-based replication suitable for use in a cloud.

Unsorted issues

Here are a number of unsorted issues that will be incorporated into the specification eventually.

  • Replication for a cloud will by necessity require frequent connections and disconnections and modification to the topology while still being efficient.

Environmental assumptions

  • Processor assumptions:
    • Pipelined architecture
    • Multiple cores
  • Network assumptions:
    • High bandwidth
    • High latency

Goals

  • Generic Event Structure
  • Code should be set in a library which will allow other applications to fetch and examine items.