1 Commits

Author SHA1 Message Date
Argyrios Kyrtzidis
60ecb37896
[llvm/CAS] Add file-based APIs to OnDiskGraphDB (#179782)
These allow performing optimizations that reduce I/O and disk space
consumption. For example, when applicable, a file can be cloned directly
into the database directory, instead of needing to load it in memory and
then copy its contents into a new file.

These APIs are then used to optimize importing data from an upstream DB
by using file cloning where applicable.
2026-02-06 13:27:24 -08:00