1. 29 6月, 2019 1 次提交
  2. 27 6月, 2019 2 次提交
  3. 23 6月, 2019 1 次提交
  4. 20 6月, 2019 1 次提交
  5. 19 6月, 2019 2 次提交
  6. 13 6月, 2019 1 次提交
  7. 11 6月, 2019 1 次提交
  8. 06 6月, 2019 2 次提交
  9. 05 6月, 2019 3 次提交
  10. 31 5月, 2019 3 次提交
  11. 27 5月, 2019 1 次提交
  12. 25 5月, 2019 2 次提交
  13. 24 5月, 2019 1 次提交
  14. 17 5月, 2019 1 次提交
  15. 15 5月, 2019 1 次提交
    • T
      Refactor iotdb code for cluster (#172) · e7886cab
      Tianan Li 提交于
      * refactor iotdb code for cluster
      
      * delete useless code
      
      * fix issues according to pr reviews
      
      * fix issues according to pr reviews
      
      * delete useless code in MGraph
      
      * delete useless map in Metadata
      
      * delete useless map in Metadata
      
      * update
      
      * update
      
      * fix some issues
      
      * update combineMetadatas() in Metadata
      
      * update combineMetadatas() in Metadata
      
      * remove closeClusterService
      e7886cab
  16. 14 5月, 2019 1 次提交
  17. 13 5月, 2019 2 次提交
  18. 11 5月, 2019 3 次提交
  19. 09 5月, 2019 1 次提交
    • R
      [IOTDB-64] TsFile-Spark-Connector update (#108) · 3568b322
      RUI, LEI 提交于
      * add logical part for global time filters from partition problem
      
      * Update README.md, doc, dependency version pom, .travis.yml
      
      * modify scala version to 2.11.8 and restrict java version to 8, change scalatest version from 2.12 to 2.1
      3568b322
  20. 07 5月, 2019 3 次提交
  21. 05 5月, 2019 1 次提交
  22. 27 4月, 2019 1 次提交
    • X
      [IOTDB-58] Replace list by array and refactor TsFileResource (#163) · 7c88b7d7
      Xiangdong Huang 提交于
      * BufferWriteProcessor: remove fileName (because insertFilePath is enough)
      
      * TsFileResource: remove relativePath; using autoRead for automatically initialize startTimeMap and endTimeMap
      
      * IMemTable, AbstractMemTable: add returned value of delete()
      * TsRecord: change dataPoints from List to Array. And in many other classes, if Array is enough, then replace List<> by Array.
      
      * For insertion, add a new method write(long time, Object value) to replace write(long time, String value), because the latter has to call a switch-case and something like Integer.valueOf(value).
      
      * move recovery function from TsFileSequenceReader to its subclass
      
      * add append option in TsFile writer and add a subclass of TsFileSequenceReader for supporting auto repair
      
      * fix stream unclosed when exception occurs when creating TsFileReader
      
      * reject writes when the memory is dangerous
      
      * faster memtable.getSortedTimeValuePairList
      
      * reduce memory cost when sorting data in memory
      
      * fix equals() method in InsertPlan
      
      * make TsFileWriter as AutoClosable; make TsFileReadWriteTest more concise
      
      * make stop tsfileProcess more safe
      7c88b7d7
  23. 24 4月, 2019 3 次提交
  24. 23 4月, 2019 2 次提交