zendesk / ultragrep

the grep that greps the hardest.
Apache License 2.0
29 stars 4 forks source link

ultragrep indexes #10

Closed osheroff closed 11 years ago

osheroff commented 11 years ago

this is 95% functional but still needs the final wiring up as far as building indexes go. Given the massive flux that's happening in master I want to get a review on this and get it merged before master shifts thousands of lines around again.

@vanchi-zendesk @grosser

osheroff commented 11 years ago

btw the main thrust here is building timestamp->offset indexes for the log files so as to massively speed up finding a single, known-time request in the files

grosser commented 11 years ago

An explanation of how ug_cat / index work / what they are supposed to do would be great, also not sure why we need ug_cat <-> can we have a test that fails without it ?

osheroff commented 11 years ago

some issues fixed, some tests added.

grosser commented 11 years ago

Travis is still not happy :D