Commit Graph

11436 Commits

Author SHA1 Message Date
Alexey Milovidov
b3098822e0
Merge pull request #38171 from ClickHouse/hyper-to-vectorscan
Replace hyperscan by vectorscan
2022-06-26 10:01:45 +03:00
Alexey Milovidov
b28ded6040
Merge pull request #38384 from DanRoscigno/imrove-doc-search
move settings to H3 / H4 level
2022-06-25 06:12:09 +03:00
Alexey Milovidov
8862a8e2ff
Merge pull request #38392 from xinhuitian/fix-titles-and-links-in-alter-docs
Fix some wrong titles and links in alter docs
2022-06-25 06:11:47 +03:00
Alexey Milovidov
ff8c52b087
Update partition.md 2022-06-25 06:11:37 +03:00
Alexey Milovidov
278d7f6190
Merge pull request #38410 from DanRoscigno/allow-access-rights-to-be-included
move title to frontmatter for access control docs
2022-06-25 06:10:32 +03:00
DanRoscigno
8d3772948a move title to frontmatter 2022-06-24 15:31:42 -04:00
DanRoscigno
70de1afad7 move settings to H3 level 2022-06-24 12:16:20 -04:00
DanRoscigno
75cd941956 move settings to H3 level 2022-06-24 11:47:12 -04:00
Dan Roscigno
7ad481b96d
Merge branch 'ClickHouse:master' into imrove-doc-search 2022-06-24 11:16:52 -04:00
DanRoscigno
6ef534c864 move settings to H3 level 2022-06-24 11:13:15 -04:00
xinhuitian
3bb765ae1f fix some wrong titles and links in alter docs 2022-06-24 22:24:48 +08:00
DanRoscigno
bd2f5eb96d move settings to H3 level 2022-06-24 08:57:51 -04:00
DanRoscigno
571410a172 move settings to H3 level 2022-06-24 08:48:18 -04:00
Robert Schulze
2c828338f4
Replace hyperscan by vectorscan
This commit migrates ClickHouse to Vectorscan. The first 10 min of
[0] explain the reasons for it.

(*) Addresses (but does not resolve) #38046

(*) Config parameter names (e.g. "max_hyperscan_regexp_length") are
    preserved for compatibility. Likewise, error codes (e.g.
    "ErrorCodes::HYPERSCAN_CANNOT_SCAN_TEXT") and function/class names (e.g.
    "HyperscanDeleter") are preserved as vectorscan aims to be a drop-in
    replacement.

[0] https://www.youtube.com/watch?v=KlZWmmflW6M
2022-06-24 10:47:52 +02:00
Andrey Zvonov
c18d09a617
Merge branch 'master' into zvonand-base58 2022-06-24 07:05:49 +03:00
Dan Roscigno
e092eff474
Update brown-benchmark.md 2022-06-23 21:46:20 -04:00
Alexey Milovidov
e7c8023ef5
Merge pull request #38201 from ClickHouse/revert-35914-FIPS_compliance
Revert "ClickHouse's boringssl module updated to the official version of the FIPS compliant."
2022-06-23 20:22:03 +03:00
Alexey Milovidov
02f4b2af08
Merge pull request #38328 from DanRoscigno/update-brown-dataset-docs
Updated Brown University dataset example
2022-06-23 18:05:19 +03:00
DanRoscigno
accc479d88 revert query changes, add setting 2022-06-23 09:54:11 -04:00
mergify[bot]
234f0c6399
Merge branch 'master' into revert-35914-FIPS_compliance 2022-06-23 12:06:17 +00:00
zvonand
946117ec89 Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-base58 2022-06-23 17:04:40 +05:00
zvonand
e33324bd35 fix docs 2022-06-23 16:56:28 +05:00
Robert Schulze
fa6deaa0f7
Merge pull request #38294 from ClickHouse/fix_system_dot_licences_on_mac
Fix system.licenses on mac
2022-06-23 09:33:07 +02:00
DanRoscigno
29bd036013 separated queries, specified UNION DISTINCT 2022-06-22 21:58:43 -04:00
DanRoscigno
aafe91a8ca add H3 tages for Algolia search 2022-06-22 14:48:18 -04:00
Kruglov Pavel
aaa5815552
Merge pull request #38303 from zvonand/zvonand-nnd-docs
nonNegativeDerivative docs description
2022-06-22 15:58:29 +02:00
zvonand
7ae7b1e421 fix wrong docs location 2022-06-22 14:58:39 +05:00
zvonand
a7ff956c83 updated docs 2022-06-22 14:56:37 +05:00
zvonand
5653c05d1a added docs for nonNegativeDerivative() 2022-06-22 14:32:14 +05:00
Alexey Milovidov
5855668514 Remove trash 2022-06-22 06:23:35 +02:00
Alexey Milovidov
8c123d0510
Merge pull request #38292 from gsenseless/master
fix typo in view.md
2022-06-22 06:30:46 +03:00
Alexey Milovidov
132cc44692
Update named-collections.md 2022-06-22 06:04:55 +03:00
Robert Schulze
76bd2533a3
Fix system.licenses on mac
- list-licenses.sh assumed GNU versions (e.g. the "-printf" flag of
  find) but Mac ships with a non-GNU version

- this led to error

  [8677/8942] Generating StorageSystemLicenses.generated.cpp
  find: -printf: unknown primary or operator
  find: -printf: unknown primary or operator
  find: -printf: unknown primary or operator
  find: -printf: unknown primary or operator

  during build and as a result, an empty system.licenses table

- As a fix, force the GNU versions of find and grep on Mac
2022-06-21 23:22:27 +02:00
Anton Petrov
d595006f6f
Update view.md
fix typo
2022-06-21 22:19:03 +03:00
Igor Nikonov
62a40a54c0
Update mergetree.md
Use `explicitly` instead of `obviously`
2022-06-21 20:39:59 +02:00
DanRoscigno
d6149a210f add H2 for Algolia indexing 2022-06-21 08:20:30 -04:00
Alexey Milovidov
7e9a3796e9 Fix wrong docs 2022-06-21 00:09:55 +02:00
zvonand
9c6b2b9ba0 added docs 2022-06-20 20:10:28 +05:00
mergify[bot]
670a63865e
Merge branch 'master' into window-function-expression 2022-06-19 22:14:54 +00:00
Alexey Milovidov
a60a55b83c
Merge pull request #38203 from pan3793/patch-1
Docs: Mention Spark ClickHouse Connector in thrid party
2022-06-19 19:51:58 +03:00
Alexey Milovidov
2ad6409d79
Merge pull request #38198 from ClickHouse/alexey-milovidov-patch-4
Add `userver` to the docs
2022-06-19 07:34:19 +03:00
Cheng Pan
ee47ab1aa4
Docs: Mention Spark ClickHouse Connector in thrid party
It builds on Spark DataSourceV2 API and gRPC protocol.
2022-06-19 09:11:44 +08:00
Alexey Milovidov
ac0891a48d
Merge pull request #38166 from ClickHouse/grouping-docs
Update GROUP BY clause docs
2022-06-18 22:12:55 +03:00
Alexey Milovidov
c8304d232e
Add userver to the docs 2022-06-18 20:08:32 +03:00
Alexey Milovidov
8c8cd6a21d
Merge pull request #38192 from den-crane/patch-16
Doc. Examples for window functions
2022-06-18 15:59:44 +03:00
Alexey Milovidov
aebc090701
Update index.md 2022-06-18 15:56:37 +03:00
alesapin
a2ed02c920
Merge pull request #38187 from DanRoscigno/update-mergetree-replication-docs
add ClickHouse Keeper to replication doc
2022-06-18 14:10:19 +02:00
Denny Crane
ac5886939b
Update index.md 2022-06-18 00:27:57 -03:00
Alexey Milovidov
3da495d15e
Merge pull request #37779 from ClickHouse/like_match_utf8
Clarify that match() & like() use UTF-8 for matching
2022-06-18 05:43:52 +03:00
Alexey Milovidov
9d6c6b5e13
Merge pull request #38139 from ClickHouse/Avogar-patch-5
Fix docs about encryption functions
2022-06-18 04:10:24 +03:00