okayzed
okayzed
a current weakness in sybil is that if a column has a type beforehand (int or string), samples that come in with a different type will have that column discarded...
for example, if we have a variable that is in range from 0 - 50, might as well switch to log hists instead of trying to use auto hists.
currently blocks are capped at 65K records - i think it might make sense to create larger blocks (perhaps up to half a million or million records) to save on...
ideally, it should be: `-time-from "-1 week"` amd `-time-until now`
Right now, every record has two arrays for ints and strings (see src/lib/record.go). It would be nice to have this be only one array (to save some memory and scrubbing...
certain structs have extra padding that is unecessary. find and fix! (ex: Record has Populated in the wrong spot)
add tests for integer timestamp values. On my local machine, the test for seconds since epoch (first test case) is failing, while the test for ms since epoch (second test...
see pull request #23
http://paste.ubuntu.com/p/MRRyBND2mt/ if i run norminette on norminette codebase, there are 1500+ failures