Re: [v2] one file to rule them all?

2018-02-15 Thread Eric Wong
Eric Wong wrote: > Timing "git rev-list --objects --all |wc -l" reveals much bigger > differences. Timings are a bit fuzzy since (AFAIK) this is a > shared system, but it's not really a contest: > > 2-38 ~5 minutes > 2-2-2-34 ~30 seconds > 2-2-36 ~30 seconds >

[v2] one file to rule them all?

2018-02-09 Thread Eric Wong
Since 95acd5901491e4f333f5d2bbeed6fb5e6b53e07c ("searchmsg: add git object ID to doc_data") the need for having file stored in trees is reduced since Xapian stores the git object_id and asks git to retrieve it without doing tree lookups. So, as long as git knows an object exists, it should be no