Summary of "6x faster? 🏎 Nextcloud Hub 26 Winter: Performance updates with the biggest architecture upgrade yet"

Summary — Nextcloud Hub 26 “ADA” performance update

Key architectural concept

Three main technical changes in the ADA engine

  1. Reorganized database access and identifiers

    • Tables and identifiers were split/restructured to allow more direct access patterns.
    • Introduces globally-unique / snowflake-style IDs and creates a foundation for advanced sharding (for example, distributing DB nodes across data centers).
  2. Authoritative mount table (replaces mount cache)

    • The previous mount cache (who has access to what) is replaced by a single authoritative table that is updated when shares change.
    • This shifts work from frequent read-time checks during navigation to less-frequent write-time updates, enabling “lean data access” (only fetch the exact metadata needed).
  3. Direct S3 file/preview downloads

    • On S3-backed storage, clients can download files and previews directly from S3, bypassing the application server to save network/hardware overhead and reduce latency.

High-performance backends & push model

Assistant and other frontend/backend optimizations

Real-world impact — example

Roadmap / future directions

Guides / further reading

Main speakers / sources

Category ?

Technology


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video