Distributed systems and fault tolerance

External reference: https://openalex.org/T10772

  1. Replay-as-a-Service reduces tail latency in storage-disaggregated databases
    Study presents Replay-as-a-Service technique to reduce tail latency in storage-disaggregated OLTP databases by decoupling log replay from storage engine, achieving 40% latency reduction.
  2. STCC middleware evaluated for Cassandra consistency trade-offs
    Middleware-enforced Timed Causal Consistency for Cassandra enables adaptive runtime consistency tuning without database modifications, with energy-performance-consistency trade-offs evaluated.
  3. Delta Lake performance depends on careful optimization
    Evaluation of Delta Lake architecture, transaction models, and optimization techniques for analytic workload performance and data reliability at scale.
  4. Angular query orchestration reduced redundant GraphQL requests
    Framework-aware query orchestration for Angular micro-frontends optimizes GraphQL data fetching through compile-time type safety and runtime deduplication, reducing API calls by 62% and improving.