János Benjamin Antal
c911c8daf4
Prevent attaching parts from tables with different projections or indices ( #55062 )
...
* Prevent attaching parts from tables with different projections or indices
* Update docs
* Add tests
2023-09-27 15:02:53 -04:00
Denny Crane
94fe224935
Update partition.md
2023-05-18 10:06:59 -03:00
Roman Vasin
632c0eeefc
Add support of temporary tables in FROM part of ATTACH|REPLACE PARTITION FROM ( #49436 )
...
* Add temp tables after FROM
* Resolve works fine with temp and non-temp tables
* Add usage of temporary table in 00626_replace_partition_from_table test
* Update documentation
* Add tests for ReplicatedMergeTree
* Move tests into 02731_replace_partition_from_temporary_table
2023-05-10 15:25:12 +03:00
Dan Roscigno
5836f2e66d
Update partition.md
...
closes
2023-04-26 07:12:23 -04:00
Robert Schulze
c406663442
Docs: Replace annoying three spaces in enumerations by a single space
2023-04-19 15:56:55 +00:00
DanRoscigno
538d9cf598
update link
2022-12-05 08:26:59 -05:00
Nikolay Degterinsky
81971acf35
Fix docs
2022-11-16 02:40:51 +00:00
DanRoscigno
c822c8161f
fix nav
2022-11-08 20:21:26 -05:00
DanRoscigno
45c9debeaf
update links
2022-11-08 19:17:58 -05:00
Sergei Trifonov
acec447526
Fix anchor links
2022-10-28 12:35:18 +02:00
DanRoscigno
91c3744cfe
add backup to S3 endpoint
2022-10-25 21:33:09 -04:00
Robert Schulze
e759a64d38
Docs: Redirect links to misc.md
...
--> https://clickhouse.com/docs/en/sql-reference/statements/misc
This page indexes a bunch of SQL statements but they are easily
reachable by the sidebar already.
2022-10-07 13:22:40 +00:00
DanRoscigno
c4b8137d31
replace symlinks
2022-08-29 12:19:50 -04:00
DanRoscigno
5b5fcc56aa
add slugs
2022-08-28 10:53:34 -04:00
Denny Crane
577978026a
Update partition.md
2022-07-17 21:09:01 -03:00
Denny Crane
f96225cca4
Update partition.md
2022-07-06 20:50:13 -03:00
xinhuitian
ccb4802ab1
fix some wrong links in alter docs
2022-06-25 14:01:41 +08:00
Alexey Milovidov
ff8c52b087
Update partition.md
2022-06-25 06:11:37 +03:00
xinhuitian
3bb765ae1f
fix some wrong titles and links in alter docs
2022-06-24 22:24:48 +08:00
rfraposa
869967de41
Remove H1 anchor tags from docs
2022-06-02 04:55:18 -06:00
rfraposa
8f01fe9c49
Revised /en folder
2022-04-09 07:34:21 -06:00
rfraposa
5250d9ad11
Removed /ja folder, cleaned up /ru markdown
2022-04-09 07:29:05 -06:00
Alexey Milovidov
9854b55835
Revert "Format changes for new docs"
2022-04-04 02:05:35 +03:00
rfraposa
560471f991
Update /sql-reference docs
2022-03-29 22:06:21 -06:00
Denny Crane
b391ca512a
Doc. freeze with name
2021-11-07 17:42:56 -04:00
Alexey Milovidov
d87d833691
Remove trailing whitespaces from docs
2021-07-29 18:20:55 +03:00
Slach
b64eb0ff07
add DELETE IN PARTITION and UPDATE IN PARTITION into ALTER syntax TOC
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-06-28 19:21:53 +05:00
adevyatova
4ae1c95e54
minor fix
2021-06-03 12:27:17 +00:00
adevyatova
cdd8a1cc4b
minor fix
2021-06-03 11:25:30 +00:00
Anna
b33b4afcba
Merge branch 'master' into annadevyatova-DOCSUP-7864-unfreeze
2021-06-03 14:15:47 +03:00
adevyatova
68b1084355
add en docs
2021-05-30 13:28:21 +00:00
Romain Neutron
7b515c7235
Avoid short syntax
2021-05-27 21:44:11 +02:00
tavplubix
b1081bcf54
Merge pull request #23316 from sevirov/sevirov-DOCSUP-8233-edit_and_translate_replication
...
DOCSUP-8233: Edit and translate to Russian
2021-04-21 22:47:20 +03:00
Dmitriy
f1aef7e9a2
Edit and translate to Russian
...
Поправил английскую версию и выполнил перевод на русский язык.
2021-04-19 21:01:38 +03:00
songenjie
f731739fab
fix suggests
2021-04-14 10:05:41 +08:00
songenjie
3effb74d31
[clickhouse][server][ddl] add fetch part docs
2021-04-13 09:52:36 +08:00
Mike Kot
831b90f272
Replaced the iteration algorithm in part finder
...
Now, instead of iterating through the directories, we iterate though
directories of on of the table disks (which doesn't give us a
substantial boost but is a bit neater to read).
- Updated the system.replication_queue command types.
- Fixed the part ptr being empty (added the checksum loading and
initialization).
- Removed extra logging.
2021-03-17 16:55:26 +03:00
Mike Kot
2ccdb7ef5c
Multiple small code and test updates
...
- Updated the docs to make everything clear.
- Multiple small logger fixes.
- Changed the attach_part command -- now it's after check for the
covering parts -- motivation is to do less work with the checksums
fetching.
- Better logging in the integration test.
2021-03-17 16:52:35 +03:00
Mike Kot
6ea574525c
Small fixes regarding the review
2021-03-03 16:51:41 +03:00
Mike Kot
f088dd445d
Extended the test to check both the ALTER PARTITION and PART
...
Added some notes about the SYSTEM SYNC REPLICA and ALTER ... DROP /
ATTACH.
2021-03-01 20:41:31 +03:00
Denny Crane
7c8ec40555
Update partition.md
2021-01-14 14:31:26 -04:00
Denny Crane
55986d0383
Update partition.md
2021-01-14 14:24:49 -04:00
Denny Crane
2c41360270
Update partition.md
2021-01-14 13:57:02 -04:00
Denny Crane
ae017c10d3
Update partition.md
...
tuple req. in part expressions
2021-01-13 18:55:24 -04:00
Ilya Yatsishin
6957e0de87
Merge pull request #17452 from sevirov/sevirov-DOCSUP-4266-document_alter_update_delete_partition
...
DOCSUP-4266: Document the SQL-statement ALTER UPDATE/DELETE ... IN PARTITION
2020-12-04 14:40:51 +03:00
Dmitriy
aca04ebc87
Update files in the 'alter'.
...
Внес поправки в английскую версию, выполнил перевод на русский язык, подкорректировал некоторые файлы в 'ALTER'.
2020-12-02 23:26:48 +03:00
Dmitriy
5b505dd749
Update partition.md
...
Внес поправки в английскую версию.
2020-11-30 23:33:30 +03:00
Dmitriy
3db2d4d0ac
Update partition.md
...
Внес поправки в общий вид запроса IN PARTITION.
2020-11-28 13:07:10 +03:00
sevirov
2c6ba4a3ab
DOCSUP-4264: Update the SQL-statement ALTER TABLE DROP DETACH PART ( #17374 )
...
* Update partition.md
Обновил подразделы DETACH PARTITION и DROP PARTITION.
* Update partition.md
Сделал изменения в русской версии.
Co-authored-by: Dmitriy <sevirov@yandex-team.ru>
2020-11-28 11:27:31 +03:00
Dmitriy
a0ea8a25f1
Update partition.md
...
Правлю битую ссылку.
2020-11-26 20:47:34 +03:00