Skip to content

compress sqlite on server and download/uncompress locally to speed up download times  #38

@lshep

Description

@lshep
> file.size("25a6546ba3c2_annotationhub.sqlite3")
[1] 121782272
> tar("25a6546ba3c2_annotationhub.sqlite3.tar.xz", "25a6546ba3c2_annotationhub.sqlite3", compression  = "xz")
> file.size("25a6546ba3c2_annotationhub.sqlite3.tar.xz")
[1] 6672412
> untar("25a6546ba3c2_annotationhub.sqlite3.tar.xz", exdir = tempfile()) |> system.time()
   user  system elapsed
  0.722   0.042   0.782

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