Displaying 3 results from an estimated 3 matches for "4mil".
Did you mean:
1mil
2009 Dec 07
1
Autocomplete for phrases
...ung -> 4, 1, 3
all jungle -> 4, *3, *1
Which for our purposes is returning non-matching results (marked with an
asterisk). If we switch to using the QUERY_PHRASE flag, we avoid the
extraneous results, but we lose the partial results. Also, with a large
database (4mil documents) the first query takes an incredibly long time.
One idea is to add all possible incomplete versions of each term to the
document's term list. For the term 'welcome' we'd also add 'Sw',
'Swe', 'Swel' ... 'Swelcome'. That way we can adjust...
2006 Sep 29
2
rsyncing many files and hard links: optimisation suggestions?
I suspect the standard optimisation - breaking up the rsync into smaller
batches - is not going to work for us. This is our situation:
We rsync two directories in /spool to a backup. They are large: almost 2mil
files in the first dir, with about 4mil hard links in the second one linking
to them. The files don't change much; a few thousand added daily, and with
about 3 hard links created for each. Another few hundred might be deleted or
changed. We use
rsync -a -H --delete
This worked very well at first, but since reaching 1mil files perf...
2013 May 14
59
HVM Migration of domU on Qemu-upstream DM causes stuck system clock with ACPI
This is problem 1 of 3 problems we are having with live migration and/or ACPI on Xen-4.3 and Xen-4.2.
Any help would be appreciated.
Detailed description of problem:
We are using Xen-4.3-rc1 with dom0 running Ubuntu Precise and 3.5.0-23-generic kernel, and domU running Ubuntu Precise (12.04) cloud images running 3.2.0-39-virtual. We are using the xl.conf below on qemu-upstream-dm and HVM and