influxdb/tsdb/index
Jason Wilder 3c2825a851 Reduce lock thrashing when checking series
The inmem index would call CreateSeriesIfNotExist for each series
which takes and releases and RLock to see if a series exists. Under
high write load, the lock shows up in profiles quite a bit.  This
adds a filtering step that obtains a single RLock and checks all the
series and returns the non-existent series to contine though the slow
path.
2017-04-20 12:28:41 -06:00
..
inmem Reduce lock thrashing when checking series 2017-04-20 12:28:41 -06:00
internal Optimize tsi1 write path. 2017-03-21 08:44:35 -06:00
tsi1 Merge remote-tracking branch 'upstream/master' into tsi 2017-04-04 12:46:09 -06:00
index.go reintegrating in-memory index 2017-01-05 10:07:35 -07:00