Skip to content

Experimental database dumps changelog #3617

Open
@pietroalbini

Description

@pietroalbini
Member

This is a low-traffic issue tracking all the changes happening to the experimental database dumps. We recommend subscribing to this issue to get notified whenever we make some changes to the contents of the dumps.

Activity

locked and limited conversation to collaborators on May 14, 2021
pinned this issue on May 14, 2021
pietroalbini

pietroalbini commented on May 14, 2021

@pietroalbini
MemberAuthor

The next crates.io deploy (happening in the next few days) will include the following changes to the database dumps:

We also plan to make the following changes in the future:

Turbo87

Turbo87 commented on Aug 16, 2022

@Turbo87
Member
Turbo87

Turbo87 commented on Feb 19, 2024

@Turbo87
Member
Turbo87

Turbo87 commented on Mar 6, 2024

@Turbo87
Member
  • Extract crate_downloads table #8232 added a new crate_downloads table, which is supposed to replace the crates.downloads column soon. this was done for performance reasons to reduce the amount of bloat in the crates table from the regular downloads column updates. at the moment the data should be in sync, but if everything works out we will stop writing to the crates.downloads column in the near future and eventually remove it.
Turbo87

Turbo87 commented on Mar 13, 2024

@Turbo87
Member
Turbo87

Turbo87 commented on Apr 12, 2024

@Turbo87
Member
Turbo87

Turbo87 commented on Apr 25, 2024

@Turbo87
Member
  • Add default_versions database table #8484 will introduce a new experimental default_versions table with a mapping from crates to their "default" version, that will be shown by the frontend and used in e.g. reverse dependency queries.
Turbo87

Turbo87 commented on Jun 10, 2024

@Turbo87
Member
  • Create db-dump.zip file too #8748 added an experimental ZIP file artifact at https://static.crates.io/db-dump.zip. this file has the advantage of not having to decompress the entire file if you only need access to a certain database table CSV file. compared to the tarball the ZIP file does not have a top-level datetime path prefix, otherwise the files should contain the exact same data.
Turbo87

Turbo87 commented on Oct 29, 2024

@Turbo87
Member

in other words: no changes (except for the few days in between the PRs) and sorry for forgetting to mention the change here 🙈

Turbo87

Turbo87 commented on Nov 19, 2024

@Turbo87
Member
Turbo87

Turbo87 commented on Nov 26, 2024

@Turbo87
Member
Turbo87

Turbo87 commented on Nov 29, 2024

@Turbo87
Member
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Turbo87@pietroalbini

        Issue actions

          Experimental database dumps changelog · Issue #3617 · rust-lang/crates.io