0
0
bleve/index/scorch/segment/mem
abhinavdangeti 5c26f5a86d Tracking memory consumption for a scorch index
+ Track memory usage at a segment level
+ Add a new scorch API: MemoryUsed()
    - Aggregate the memory consumption across
      segments when API is invoked.

+ TODO:
    - Revisit the second iteration if it can be gotten
      rid off, and the size accounted for during the first
      run while building an in-mem segment.
    - Accounting for pointer and slice overhead.
2017-12-29 10:20:11 -07:00
..
build.go Tracking memory consumption for a scorch index 2017-12-29 10:20:11 -07:00
dict_test.go added dictionary tests to mem segment 2017-12-05 09:49:41 -05:00
dict.go update segment API to return error in key places 2017-12-04 18:06:06 -05:00
posting.go fix up issues to get all bleve unit tests passing for scorch 2017-12-11 15:47:41 -05:00
segment_test.go Tracking memory consumption for a scorch index 2017-12-29 10:20:11 -07:00
segment.go Tracking memory consumption for a scorch index 2017-12-29 10:20:11 -07:00