1. 02 3月, 2019 1 次提交
  2. 01 3月, 2019 22 次提交
    • A
      Merge pull request #4552 from 4ertus2/bugs · 695a2dc3
      alexey-milovidov 提交于
      Fix crash on JOIN with array or tuple
      695a2dc3
    • C
      fix crach on JOIN with array or tuple · 83503df5
      chertus 提交于
      83503df5
    • A
      Merge pull request #4520 from BayoNet/DOCAPI-5436-FixedString-update · b23a3b4e
      alexey-milovidov 提交于
      DOCAPI-5436: Update of the FixedString data type description.
      b23a3b4e
    • A
      Merge pull request #4536 from amosbird/fixedhashtable · 97cea95f
      alexey-milovidov 提交于
      A Proper lookup table that uses HashTable's API
      97cea95f
    • A
      Addition to the #4545 PR · b153b177
      Alexey Milovidov 提交于
      b153b177
    • A
      Merge pull request #4545 from MeiK-h/patch-1 · 1c93b668
      alexey-milovidov 提交于
      Docs: Update expired link
      1c93b668
    • V
      Merge pull request #4550 from vitlibar/document-toStartOfInterval_and_toStartOfTenMinutes · 4125efc0
      Vitaly Baranov 提交于
      Add documentation for new datetime functions toStartOfInterval() and toStartOfTenMinutes().
      4125efc0
    • V
      Update date_time_functions.md · fa317f24
      Vitaly Baranov 提交于
      fa317f24
    • V
      Update date_time_functions.md · a5d3ebc1
      Vitaly Baranov 提交于
      a5d3ebc1
    • V
      Add documentation for new datetime functions toStartOfInterval() · 56b401cf
      Vitaly Baranov 提交于
      and toStartOfTenMinutes().
      56b401cf
    • A
      fix build · 5b850bad
      Alexey Zatelepin 提交于
      5b850bad
    • M
    • A
      A Proper lookup table that uses HashTable's API · 26ab5dd7
      Amos Bird 提交于
      This is the first step of allowing heterogeneous cells in hash tables.
      
      performance test results are
      
      ```
      
      1. HashMap<UInt16, UInt8, TrivialHash, HashTableFixedGrower<16>>;
      2. NewLookupMap<UInt16, UInt8>
      
      ResolutionWidth 30000 1 .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................223550276.46
      ResolutionWidth 30000 2 .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................248772721.24
      Best: 2 - 24877272124
      
      ResolutionWidth 100000 1 ..........................................................................................................................................................................................................................................................238498413.99
      ResolutionWidth 100000 2 ..........................................................................................................................................................................................................................................................261808889.98
      Best: 2 - 26180888998
      
      ResolutionWidth 300000 1 ...................................................................................239307348.81
      ResolutionWidth 300000 2 ...................................................................................257592761.30
      Best: 2 - 25759276130
      
      ResolutionWidth 1000000 1 .........................240144759.26
      ResolutionWidth 1000000 2 .........................257093531.91
      Best: 2 - 25709353191
      
      ResolutionWidth 5000000 1 .....241573260.35
      ResolutionWidth 5000000 2 .....259314162.79
      Best: 2 - 25931416279
      
      ResolutionDepth 30000 1 .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................217108119.84
      ResolutionDepth 30000 2 .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................249459504.41
      Best: 2 - 24945950441
      
      ResolutionDepth 100000 1 ..........................................................................................................................................................................................................................................................229065162.17
      ResolutionDepth 100000 2 ..........................................................................................................................................................................................................................................................253769105.64
      Best: 2 - 25376910564
      
      ResolutionDepth 300000 1 ...................................................................................233079225.18
      ResolutionDepth 300000 2 ...................................................................................256316273.78
      Best: 2 - 25631627378
      
      ResolutionDepth 1000000 1 .........................234184633.51
      ResolutionDepth 1000000 2 .........................261100491.57
      Best: 2 - 26110049157
      
      ResolutionDepth 5000000 1 .....233118795.66
      ResolutionDepth 5000000 2 .....252436160.41
      Best: 2 - 25243616041
      
      ```
      26ab5dd7
    • A
      Merge pull request #4535 from yandex/fix-concurrent-alters · 918750c3
      alexey-milovidov 提交于
      Fix deadlock of concurrent SELECTs and DDL queries
      918750c3
    • A
      Update StorageSystemColumns.cpp · 137f8004
      alexey-milovidov 提交于
      137f8004
    • A
      Merge pull request #4530 from hczhcz/patch-1 · e64cf602
      alexey-milovidov 提交于
      Fix readBinary linkage error in Field.cpp
      e64cf602
    • A
      Merge pull request #4540 from 4ertus2/bugs · 40e11fea
      alexey-milovidov 提交于
      fix ClusterCopier crash cause of ThreadStatus not created
      40e11fea
    • A
      Merge pull request #4541 from nvartolomei/nv/taskstat-version · 00a878b1
      alexey-milovidov 提交于
      Enable taskstat accounting for versions >= 3
      00a878b1
    • N
      Enable taskstat accounting for versions >= 3 · 602aeb3b
      Nicolae Vartolomei 提交于
      Previously if clickhouse was compiled under a kernel with higher
      TASKSTATS_VERSION, but run under a kernel with older TASKSTAT_VERSION
      extended and io accounting would be disabled.
      602aeb3b
    • A
      fix build · cc92f41d
      Alex Zatelepin 提交于
      cc92f41d
    • A
      Merge branch 'master' into fix-concurrent-alters · eee73dac
      Alexey Zatelepin 提交于
      eee73dac
    • A
      Update use_libcxx.cmake · a4e56478
      Alex Zatelepin 提交于
      a4e56478
  3. 28 2月, 2019 17 次提交