1. 30 4月, 2017 8 次提交
  2. 28 4月, 2017 1 次提交
  3. 11 4月, 2017 1 次提交
  4. 05 4月, 2017 1 次提交
  5. 04 4月, 2017 1 次提交
  6. 30 3月, 2017 1 次提交
  7. 27 3月, 2017 2 次提交
  8. 20 3月, 2017 1 次提交
  9. 14 3月, 2017 1 次提交
    • F
      Use ChunkMeta references for clarity · a8e89033
      Fabian Reinartz 提交于
      This has been a common source of hard to debug issues. Its a premature
      and unbenchmarked optimization and semantically, we want ChunkMetas to
      be references in all changed cases.
      a8e89033
  10. 07 3月, 2017 1 次提交
  11. 03 3月, 2017 1 次提交
  12. 25 2月, 2017 1 次提交
  13. 23 2月, 2017 1 次提交
    • F
      Segment chunk file · 78780cd2
      Fabian Reinartz 提交于
      This adds write path support for segmented chunk data files.
      Files of 512MB are pre-allocated and written to. If the file size
      is exceeded, the next file is started. On completion, files
      are truncated to their final size.
      78780cd2
  14. 19 2月, 2017 2 次提交
  15. 16 2月, 2017 1 次提交
  16. 02 2月, 2017 1 次提交
  17. 20 1月, 2017 1 次提交
  18. 19 1月, 2017 2 次提交
  19. 10 1月, 2017 1 次提交
  20. 08 1月, 2017 1 次提交
  21. 02 1月, 2017 4 次提交
  22. 24 12月, 2016 1 次提交
  23. 21 12月, 2016 1 次提交
  24. 20 12月, 2016 2 次提交
  25. 16 12月, 2016 1 次提交
    • F
      Pre-select relevant chunks on series access. · b08f82fa
      Fabian Reinartz 提交于
      This adds interval metadata to indexed chunks. The queried interval
      is used to filter chunks when queried from the index to save
      unnecessary accesses of the chunks file.
      
      This is especially relevant for series that come and go often and larger
      files.
      b08f82fa
  26. 15 12月, 2016 1 次提交