You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
Numbers indicate time (as measured by time) to write to an empty directory vs. one that already contains the necessary tiered directory structure that FileStore uses (but not the files themselves). A "Dumb copy" entails opening every file in a file store, reading every byte, and writing every byte to a new file in another location. This is intended to mimic a best-case noms importer that doesn't need to do any processing at all, but does need to create the same number of files and populate them with the same data.
Dumb copy: 3.5s/2.4s
xml_importer: 8.5s/6.2s
We also measured the time to import the same day worth of data to AWSStore. Eep: