karnevil13
27d98b8617
Updated gui.md, replicated.md & formats.md
2021-11-10 02:20:59 +03:00
Alexey
373b5a687f
new files created
2021-11-09 18:57:11 +00:00
Kruglov Pavel
7fd06937eb
Update formats.md
2021-11-08 15:23:26 +03:00
avogar
a3090fecc3
Update documentation about parsing enums in TSV/CSV
2021-11-08 14:42:46 +03:00
Kruglov Pavel
1f8535c02b
Merge branch 'master' into null-deserialization
2021-11-02 12:15:21 +03:00
mergify[bot]
1102b1dcef
Merge branch 'master' into tsv-csv
2021-10-31 12:03:24 +00:00
alexey-milovidov
94039ace63
Merge pull request #30799 from Algunenano/update_doc_ommitted_fields
...
Update docs to stop referencing insert_sample_with_metadata
2021-10-31 14:32:21 +03:00
avogar
a37bcb1feb
Fix docs
2021-10-28 14:32:49 +03:00
Raúl Marín
d0fe359a23
Update docs to stop referencing insert_sample_with_metadata
2021-10-28 12:34:38 +02:00
avogar
b4aae86fff
Add comments, update docs
2021-10-27 22:16:48 +03:00
avogar
d1ef96a5ef
Add test, avoid unnecessary allocations, use PeekableReadBuffer only in corner case
2021-10-27 17:29:15 +03:00
Mátyás Jani
290bd317fb
Update documentation for TSVWithNames parsing
...
The documentation of the format TabSeparatedWithNames stated during parsing
the first row (header) is ignored. It is not true anymore, the header is parsed, and
the column position is determined from the header.
2021-10-27 09:49:54 +02:00
alexey-milovidov
cc88c75eee
Update gui.md
2021-10-25 07:43:59 +03:00
tianzhou
bf7413f1d5
Update gui.md to add Bytebase
...
Bytebase (bytebase.com) is a web-based, open source schema change and version control tool for teams. It supports various databases including ClickHouse.
2021-10-25 11:55:59 +08:00
Azat Khuzhin
424bf6fcf4
client: add ability to print raw profile events
...
This can be useful for debugging and for testing (since you will not
need to obtain query_id and look at query_log).
v2:
- mark test as long
- add option to docs
- add type of profile event into logs too
v3:
- resolve conflicts
- and fix onProfileEvents callback
v4:
- add --print-profile-events separate switch
2021-10-19 00:54:38 +03:00
Dmitry Novik
f1bbc7f9b6
Fix hardware utilization info printing in client
2021-10-12 23:17:15 +03:00
Anton Popov
269a58373a
Merge pull request #29548 from ka1bi4/romanzhukov-DOCSUP-13988-JSONAsString-brackets
...
DOCSUP-13988: Allow data in square brackets in JSONAsString format
2021-10-07 14:50:07 +03:00
Roman Bug
491c9c2065
Update docs/en/interfaces/formats.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-05 11:03:17 +03:00
Roman Bug
3906fc9374
Update docs/en/interfaces/formats.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-05 11:02:30 +03:00
Roman Bug
f469d75b91
Update docs/en/interfaces/formats.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-05 11:02:19 +03:00
romanzhukov
7ca2522154
Add ru translation
2021-10-04 14:23:07 +03:00
mergify[bot]
8852f933bc
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-29 21:48:43 +00:00
romanzhukov
15106dde35
Update formats.md
...
Minor fix
2021-09-29 22:18:04 +03:00
romanzhukov
d38955396a
Update formats.md
...
Add json square brackets
2021-09-29 22:15:01 +03:00
romanzhukov
a14c5e30c7
Merge branch 'master' into romanzhukov-DOCSUP-14460-menus-dataset
2021-09-26 23:09:48 +03:00
alexey-milovidov
b8083929a6
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-23 20:49:40 +03:00
mergify[bot]
627a4fea96
Merge branch 'master' into fix-msgpack
2021-09-22 10:14:18 +00:00
alexey-milovidov
0880ae2883
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-21 20:17:28 +03:00
Alexey Milovidov
e9cc3eafaa
Change repository URL in docs
2021-09-20 01:43:23 +03:00
Ivan Blinkov
f429db1ee9
find . -type f -name '*.md'| xargs -I{} perl -pi -e 's| https://clickhouse.tech | https://clickhouse.com |g' {}
2021-09-19 23:05:54 +03:00
Pavel Kruglov
aba86b010b
Update docs, tests and add some fixes
2021-09-17 17:32:23 +03:00
alexey-milovidov
63acdcc85e
Merge pull request #29067 from qianmoQ/translation-docs-zh
...
pr commercial
2021-09-16 16:25:41 +03:00
Pavel Kruglov
aa3bb2f2c0
Remove VerticalRaw format from docs
2021-09-16 14:30:28 +03:00
qianmoQ
ce3ec5fc1f
pr commercial
2021-09-16 11:17:28 +08:00
romanzhukov
bc8dd77d0f
Update menus dataset
...
- Update menus dataset.
- Add some crosslinks.
2021-09-14 15:36:35 +03:00
Kruglov Pavel
2bf47bb0ba
Merge pull request #28655 from adevyatova/annadevyatova-DOCSUP-14372-msgpack
...
DOCSUP-14372: MsgPack format
2021-09-13 15:17:49 +03:00
adevyatova
2c0f320fe7
Example
2021-09-13 07:54:45 +00:00
olgarev
1d9a753646
Translation
2021-09-13 03:10:11 +00:00
adevyatova
1d4f73ac7b
Add example
2021-09-11 02:13:55 +00:00
DuckSoft
2d49c77aca
Update formats.md
...
remove excess characters from doc
2021-09-09 14:19:44 +08:00
George
5ab0f3ac28
Updated docs
2021-09-08 19:38:59 +03:00
gyuton
5588853893
Apply suggestions from code review
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-08 13:25:06 +03:00
George
dbdb3356ba
fixed links
2021-09-06 23:34:43 +03:00
George
3f1e904722
Second iteration
2021-09-06 23:31:34 +03:00
adevyatova
348dec14a4
Add desc for MsgPack
2021-09-06 11:50:52 +00:00
Pavel Kruglov
1d9ad322ae
Fix format names in docs
2021-09-03 12:43:56 +03:00
Maksim Kita
741223ce52
Merge pull request #28115 from qianmoQ/translation-docs-zh
...
Translate documentation for database engines
2021-08-31 12:02:01 +03:00
qianmoQ
13a96e7819
Add dbm to gui
2021-08-31 09:59:07 +08:00
olgarev
60d85d36bd
Update docs/en/interfaces/mysql.md
2021-08-29 21:24:52 +03:00
olgarev
d78dd54e16
Initial
2021-08-29 18:17:41 +00:00
lehasm
b8296416f7
DOCSUP-13276: document print_query_id ( #28106 )
...
* EN description
* Example description updated
* Update docs/en/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Translated to ru
* Minor fixes
* Some Ru grammar and formatting fixed.
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-26 13:09:02 +03:00
Malte
1df8a5f57a
Update gui.md
...
We had some issues figuring out how to use the session settings and hope this helps other folks as well
2021-08-03 14:40:28 -04:00
Alexey Milovidov
df3be36758
Remove trailing whitespaces from docs
2021-07-29 18:27:50 +03:00
Alexey Milovidov
d87d833691
Remove trailing whitespaces from docs
2021-07-29 18:20:55 +03:00
alexey-milovidov
4103c22310
Merge pull request #26245 from arenadata/ADQM-322
...
Avro string for ClickHouse String
2021-07-16 12:23:50 +03:00
Nikita Mikhaylov
1d57931774
Merge pull request #26053 from sevirov/sevirov-DOCSUP-10557-support_complex_types_in_arrow_parquet_orc_formats
...
DOCSUP-10557: Support complex types in Arrow/Parquet/ORC formats
2021-07-15 13:48:57 +03:00
Ilya Golshtein
020cce63b0
Avro string for ClickHouse string tests and doc
2021-07-13 20:03:00 +03:00
alexey-milovidov
bff057556b
Merge pull request #25931 from olgarev/revolg-DOCSUP-10063-minimal_web_ui
...
DOCSUP-10063: minimal web UI + new adopter
2021-07-07 22:10:32 +03:00
Dmitriy
d3a044d913
Support Tuple and Map types
...
Задокументировал поддержку типов Tuple и Map.
2021-07-07 21:44:13 +03:00
Olga Revyakina
02c6b55630
Back
2021-07-07 21:29:33 +03:00
Olga Revyakina
b9357402e0
Test image from the CH blog
2021-07-07 20:55:03 +03:00
Olga Revyakina
717775d8c0
Links again
2021-07-06 21:06:34 +03:00
Olga Revyakina
5a810fc061
3 try
2021-07-06 01:39:40 +03:00
Olga Revyakina
0bbcf6879a
Links
2021-07-06 01:08:26 +03:00
Olga Revyakina
1d7944c152
2 try
2021-07-06 00:29:26 +03:00
Olga Revyakina
0811b74ad6
1 try
2021-07-06 00:19:29 +03:00
Olga Revyakina
5bce3d35f8
Web UI + new adopter
2021-07-03 07:57:57 +03:00
alexey-milovidov
7366557bdf
Update http.md
2021-06-30 15:44:30 +03:00
Pavel Kruglov
604080239c
Add tests for Parquet
2021-06-21 12:23:24 +03:00
sevirov
a796c98272
Update docs/en/interfaces/formats.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-16 20:13:52 +03:00
sevirov
c765e39313
Update docs/en/interfaces/formats.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-16 20:13:12 +03:00
sevirov
b9f50811ea
Update docs/en/interfaces/formats.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-16 20:11:34 +03:00
Dmitriy
296d18ed2a
Fix the type matching tables
...
Поправил таблицы соответствия типов.
2021-06-10 20:22:19 +03:00
Dmitriy
3ba808a740
Update formats.md
...
Добавил таблицу соответствия типов для Arrow.
2021-06-09 21:19:34 +03:00
alexey-milovidov
7bd88263b2
Less stupid docs.
2021-06-04 01:39:43 +03:00
Max Bruce
356734bd47
Add Rust language third-party SDK, Klickhouse
2021-06-01 04:21:33 -07:00
Romain Neutron
7b515c7235
Avoid short syntax
2021-05-27 21:44:11 +02:00
Mikhail
8882152e0b
—
2021-04-24 20:12:33 +03:00
Roman Bug
e317ce227e
Merge branch 'master' into romanzhukov-DOCSUP-7709-SeekTable-BYexpression
2021-04-15 16:15:32 +03:00
Vladimir Bunchuk
23c675e6dc
Add Third party service info
2021-04-06 16:43:09 +03:00
Maksim Kita
6d3bf81dd1
Merge pull request #22372 from otrazhenia/evgsudarikova-DOCSUP-7575
...
DOCSUP-7575: Edit and translate to Russian
2021-04-04 16:05:25 +03:00
Evgeniia Sudarikova
1b5d755135
edited and translated
2021-03-29 17:57:27 +03:00
romanzhukov
c7f32d3fd9
Add SeekTable documentation.
2021-03-27 01:52:09 +03:00
Dmitriy
d1f72f81f5
Translate to Russian
...
Перевел на русский язык.
2021-03-25 00:21:08 +03:00
Dmitriy
767eba04f9
Update ORC format
...
Поправил якоря.
2021-03-24 00:22:38 +03:00
Dmitriy
7154b36a2d
Add ORC output format
...
Задокументировал вывод данных в ORC формате.
2021-03-24 00:08:07 +03:00
Vitaliy Fedorchenko
0bb665428d
Update gui.md: add SeekTable
2021-03-16 09:05:08 +02:00
Alexey Milovidov
bab7e9be9a
Fix some broken links
2021-03-14 15:18:10 +03:00
lehasm
9e052ae178
Examples moved to section end
2021-02-23 15:23:26 +03:00
lehasm
d4ba07c5c6
Fix missplaced header
2021-02-13 23:26:56 +03:00
lehasm
10d773d671
HTTP compression info updated
...
xz compression method added.
Text rearranged and edited.
Examples improved.
2021-02-13 22:35:53 +03:00
spff
1f948fc414
Fix doc/interfaces/formats/jsonstringseachrow
...
In src/Processors/Formats/Impl
All JSONEachRowRowInputFormat.c / JSONEachRowRowOutputFormat.c / JSONEachRowWithProgressRowOutputFormat.c
are using JSONStringsXXX instead of JSONStringXXX
2021-02-01 09:49:55 +08:00
Kruglov Pavel
da6a7e6d2f
Merge pull request #19212 from sevirov/sevirov-DOCSUP-5273-edit_translate_russian
...
DOCSUP-5273: Edit and translate to Russian
2021-01-23 02:28:16 +03:00
Evgenia Sudarikova
166fcd80b5
DOCSUP-5600: Edit and translate to Russian ( #19152 )
2021-01-20 18:27:59 +03:00
Zoran Pandovski
9d95b87615
Update integrations.md
...
Add MindsDB to new AutoML section in 3rd party integrations
2021-01-19 17:43:25 +01:00
Zoran Pandovski
c455cd41a2
Update gui.md
...
Move mindsdb to open source GUI
2021-01-19 17:42:11 +01:00
Zoran Pandovski
6ab17d5fd3
Update gui.md
...
Add MindsDB to the GUI tools
2021-01-19 17:40:21 +01:00
Dmitriy
30ad216b0f
Update formats.md
...
Внес небольшие поправки.
2021-01-18 00:00:54 +03:00
Dmitriy
c1b8ab1e5a
Edit and translate
...
Поправил английский вариант и перевел на русский язык.
2021-01-17 21:13:27 +03:00
long2ice
f96208ac7c
Update client-libraries.md
2021-01-07 14:31:35 +08:00