Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 521 Bytes

scalability.md

File metadata and controls

7 lines (5 loc) · 521 Bytes

Scalability

Integritee with direct invocation is a 2nd layer technology: It allows to do state transitions without the individual transactions hitting the blockchain.

  • more transactions per second because no global consensus must be reached on individual transactions (we trust the TEEs integrity)
  • less latency because there's no need to wait for block inclusion
  • disk usage and load balancing can be scaled horizontally: Integritee also features sharding