Under high write load, the check for each series was done sequentially which caused a lot of CPU time to acquire/release the RLock on LogFile. This switches the code to check multiple series at once under an RLock similar to the chang for inmem.
Removes sorted series list in log, uses a buffer for HasSeries(), and prepends a length for series key encoding.