Skip to content

Conversation

@efiop
Copy link
Contributor

@efiop efiop commented May 31, 2022

We are effectively reading every object in the tree that we parse right now,
which takes a very long time.

Before fsspec migration, we used to not use info/size during walking at all.

Cuts down dvc exp show -A time for me from ~50sec down to ~3sec.

Related treeverse/dvc#7824

@efiop efiop changed the title fs: compute size lazily [WIP] fs: compute size lazily May 31, 2022
We are effectively reading every object in the tree that we parse right now,
which takes a very long time.

Before fsspec migration, we used to not use info/size during walking at all.

Cuts down `dvc exp show -A` time for me from ~50sec down to ~3sec.

Related treeverse/dvc#7824
@efiop efiop changed the title [WIP] fs: compute size lazily fs: compute size lazily Jun 1, 2022
@efiop efiop merged commit 94a7727 into treeverse:main Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant