7 Matching Annotations
  1. Mar 2025
    1. The downside of using hashes as IDs is that they requiremore space than other schemes. To avoid the storage cost ofexplicitly materialising all of the hashes, it would be possibleto design a compression scheme that recomputes hasheswhen necessary, and store only the information necessaryto perform this recomputation.
  2. Apr 2024
    1. Furthermore, due to its design, the garbage collector inYATA may break late join mechanisms. This is becausewhen a user is offline for a period longer than t seconds,it will still hold references to deleted operations, while on-line users who already performed certain removals do not.Therefore, YATA does not support garbage collection for asite while it is offline.

      So, whenever there's constantly > 1 users offline on a doc - can't garbage collect / compact.

    2. From our practical experi-ences and the use in production, such a delay is sufficientto ensure that content will be removed safely, without anylosses that may lead to inconsistencies

      User may go offline for more than 30 seconds. The approach seems brittle

    Tags

    Annotators

  3. May 2022
  4. Apr 2021