1. 19 2月, 2021 1 次提交
    • I
      Make Poco HTTP Server zero-copy again (#19516) · 414f470c
      Ivan 提交于
      * Refactoring: part 1
      
      * Refactoring: part 2
      
      * Handle request using ReadBuffer interface
      
      * Struggles with ReadBuffer's
      
      * Fix URI parsing
      
      * Implement parsing of multipart/form-data
      
      * Check HTTP_LENGTH_REQUIRED before eof() or will hang
      
      * Fix HTTPChunkedReadBuffer
      
      * Fix build and style
      
      * Fix test
      
      * Resist double-eof
      
      * Fix arcadian build
      414f470c
  2. 20 11月, 2020 1 次提交
  3. 19 11月, 2020 2 次提交
    • N
      All new parts must have uuids · 746f8e45
      Nicolae Vartolomei 提交于
      746f8e45
    • N
      Add unique identifiers IMergeTreeDataPart structure · 425dc4b1
      Nicolae Vartolomei 提交于
      For now uuids are not generated at all, they are present only if the
      part is updated manually (as you can see in the integration test).
      
      The only place where they can be seen today by an end user is in
      `system.parts` table. I was looking for hiding this column behind an
      option but couldn't find an easy way to do that.
      
      Likely this is also required for WAL, but need to think how not to break
      compatibility.
      
      Relates to #13574, https://github.com/ClickHouse/ClickHouse/issues/13574
      
      Next 1: In the upcoming PR the plan is to integrate de-duplication based on
      these fingerprints in the query pipeline.
      
      Next 2: We'll enable automatic generation of uuids and come up with a
      way for conditionally sending uuids when processing distributed queries
      only when part movement is in progress.
      425dc4b1
  4. 26 8月, 2020 1 次提交
  5. 27 6月, 2020 1 次提交
  6. 26 6月, 2020 1 次提交
  7. 31 5月, 2020 1 次提交
  8. 28 5月, 2020 1 次提交
  9. 15 5月, 2020 1 次提交
  10. 30 4月, 2020 1 次提交
  11. 03 4月, 2020 1 次提交
  12. 02 4月, 2020 1 次提交
  13. 15 1月, 2020 1 次提交
  14. 27 11月, 2019 1 次提交
  15. 23 7月, 2019 1 次提交
  16. 17 5月, 2019 1 次提交
  17. 16 5月, 2019 1 次提交
  18. 12 5月, 2019 1 次提交
  19. 05 9月, 2018 2 次提交
  20. 01 8月, 2018 1 次提交
  21. 31 7月, 2018 1 次提交
  22. 26 7月, 2018 1 次提交
  23. 21 5月, 2018 1 次提交
    • V
      Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2 · c8889034
      Vitaliy Lyudvichenko 提交于
      * Add ATTACH PARTITION FROM table for MergeTree. [#CLICKHOUSE-3546]
      
      * Implemented replicated case on non-leader replica. [#CLICKHOUSE-3546]
      
      * Disable merges in the dropping range. [#CLICKHOUSE-3546]
      
      * DROP PARTITION is atomic and simpler now. [#CLICKHOUSE-3546]
      
      * Implemented more SYSTEM queries. [#CLICKHOUSE-2931] [#CLICKHOUSE-3546]
      
      SYSTEM queries:
      RESTART REPLICAS
      SYNC REPLICA db.name
      STOP MERGES [db.name]
      START MERGES [db.name]
      STOP FETCHES [db.name]
      START FETCHES [db.name]
      STOP REPLICATED SENDS [db.name]
      START REPLICATED SENDS [db.name]
      STOP REPLICATION QUEUES [db.name]
      START REPLICATION QUEUES [db.name]
      
      * Fixed a bunch of bugs in REPLACE PARTITION. [#CLICKHOUSE-3546]
      
      * Add tests for REPLACE PARTITION and SYSTEM. [#CLICKHOUSE-3546]
      
      * Add system.part_log logging. [#CLICKHOUSE-3546]
      
      * Fixed long wait in SYNC REPLICA. [#CLICKHOUSE-3546]
      
      * Add requested changes. [#CLICKHOUSE-3546]
      
      Fixed clickhouse-client bad return code.
      
      * Add requested chenges. [#CLICKHOUSE-3546]
      
      * Add requested chenges. [#CLICKHOUSE-3546]
      c8889034
  24. 24 3月, 2018 1 次提交
  25. 10 1月, 2018 1 次提交
  26. 18 11月, 2017 1 次提交
  27. 13 10月, 2017 1 次提交
  28. 17 4月, 2017 1 次提交
  29. 06 4月, 2017 1 次提交
    • P
      ReplicatedMergeTree: Max streams to send data [#CLICKHOUSE-2878] (#656) · 1bc311ee
      proller 提交于
      * ReplicatedMergeTree: Max streams to send data [#CLICKHOUSE-2878]
      
      * fix
      
      * better messages on client
      
      * change code to 429 TOO_MANY_REQUESTS
      
      * wip
      
      * better message
      
      * Update InterserverIOHandler.h
      
      * Update InterserverIOHTTPHandler.cpp
      
      * Update StorageReplicatedMergeTree.cpp
      1bc311ee
  30. 01 4月, 2017 5 次提交
  31. 16 11月, 2016 1 次提交
  32. 08 6月, 2016 1 次提交
  33. 07 6月, 2016 2 次提交