Commits for tdreszer
switch to files view, user index
v285_preview to v285_preview2 (2013-06-04 to 2013-06-11) v285
- 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.
- Combined key may be better than separate keys on cache starved RR. Ref #10910.
- Fixed rounding to 100 when percent above 99.5. Ref #10653.
- src/hg/lib/haplotypes.c - lines changed 16, context: html, text, full: html, text
switch to files view, user index