zhangchao.es created LUCENE-9601: ------------------------------------ Summary: Why not use HardLink in indexWriter.addIndexes Key: LUCENE-9601 URL: https://issues.apache.org/jira/browse/LUCENE-9601 Project: Lucene - Core Issue Type: New Feature Components: core/index Affects Versions: 8.6.3 Reporter: zhangchao.es
when we addIndexes from dirs,it use copySegmentAsIs to copy segment files to dest dir,that requires 2x temporary free space and more io operations.Can hard links be used instead of copying files? -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org