diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-08-04 08:10:36 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-04 08:10:36 -0700 |
| commit | 67fd2554bdfae073404e22380d41d9c9d27bc9f3 (patch) | |
| tree | bb1c01d327282965e576ece4a3cb0694624ad6f2 /Documentation | |
| parent | Merge branch 'ms/meson-with-ancient-git-wo-ls-files-dedup' (diff) | |
| parent | doc: fast-import: contextualize the hardware cost (diff) | |
| download | git-67fd2554bdfae073404e22380d41d9c9d27bc9f3.tar.gz git-67fd2554bdfae073404e22380d41d9c9d27bc9f3.zip | |
Merge branch 'kh/doc-fast-import-historical'
Doc update.
* kh/doc-fast-import-historical:
doc: fast-import: contextualize the hardware cost
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/git-fast-import.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fast-import.adoc b/Documentation/git-fast-import.adoc index d232784200..6f9763c11b 100644 --- a/Documentation/git-fast-import.adoc +++ b/Documentation/git-fast-import.adoc @@ -182,7 +182,7 @@ amount of memory usage and processing time. Assuming the frontend is able to keep up with fast-import and feed it a constant stream of data, import times for projects holding 10+ years of history and containing 100,000+ individual commits are generally completed in just 1-2 -hours on quite modest (~$2,000 USD) hardware. +hours on quite modest hardware (~$2,000 USD in 2007). Most bottlenecks appear to be in foreign source data access (the source just cannot extract revisions fast enough) or disk IO (fast-import |
