Skip to content

Total indexed CIDs on landing page is incorrect #17

@masih

Description

@masih

The total number of CIDs indexed fluctuates based on which backend serving stats. The calculation itself is dependant on the datastore used to store information: not all KV stores offer accurate count of unique keys due to performance reasons. A solution needs to be specifically designed to keep track of unique CIDs indexed that at the same time does not impact the ingest throughput due to locking etc.

An example of such solution is to keep atomically incremented numbers based on CID prefix, then periodically aggregate them to get a total.

In the meantime, remove the count from the landing page to avoid confusion.

Cc @TorfinnOlsen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions