File Changes for tdreszer
switch to commits view, user indexv285_preview to v285_preview2 (2013-06-04 to 2013-06-11) v285
- src/hg/lib/haplotypes.c
- lines changed 16, context: html, text, full: html, text
Fixed rounding to 100 when percent above 99.5. Ref #10653.
- src/hg/lib/mdb.c
- lines changed 2, context: html, text, full: html, text
Turns out the single index on both var and val does work fin. The thing that triggers the inefficiency is the length of val that is included. It was val(32) and that was slow. Setting it to val(64) and it is blinfdlingly fast on mysql 5.6.10. Ref 10910.
- src/hg/lib/metaDb.sql
- lines changed 2, context: html, text, full: html, text
Combined key may be better than separate keys on cache starved RR. Ref #10910.
switch to commits view, user index