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
rfraposa
00ddb72eea
Update /engines docs
2022-03-29 17:43:34 -06:00
rfraposa
33e28bcb18
Updated /development folder
2022-03-29 08:26:35 -06:00
zzsmdfj
00794fd4a4
to #31469_MaterializedMysql_mysqlDate2CkDate32-add MySQLDataTypesSupport setting
2022-03-09 15:58:43 +08:00
zzsmdfj
67b9f81104
to #31469_MaterializedMysql_mysqlDate2CkDate32
2022-03-08 18:17:22 +08:00
zzsmdfj
4d9bdfa58c
to 32977_MaterializedMySQL_add_table_list_settings
2022-03-01 10:21:58 +08:00
zzsmdfj
411f43ec4d
to MaterializeMySQL_support_set_and_other_dataType
2022-01-21 12:24:12 +08:00
zzsmdfj
e380e59b16
MaterializeMySQL support SET YEAR TIME GEOMETRY dataType
2022-01-21 12:24:11 +08:00
zkun
bb9f9874af
Update materialized-postgresql.md
2022-01-18 00:19:07 +08:00
kssenii
c94f4163f7
Merge remote-tracking branch 'upstream/master' into fix-materialized-postgresql-ddl-validation
2022-01-08 15:56:46 +03:00
Ilya Yatsishin
f967bcdee9
Merge pull request #33143 from VitalyArt/patch-1
2021-12-31 21:28:40 +03:00
kssenii
9f17e7bad0
Fix ddl validation
2021-12-26 20:56:31 +03:00
Kseniia Sumarokova
495faad49f
Update materialized-postgresql.md
2021-12-26 10:20:43 +03:00
kssenii
c4db4309c2
Better
2021-12-25 21:47:16 +03:00
kssenii
688cffb8be
Update postgres doc
2021-12-25 16:37:44 +03:00
Vitaly Artemyev
1772795d43
Fix for example request with settings
2021-12-24 18:28:29 +03:00
Kseniia Sumarokova
764bb1181f
Merge pull request #33017 from stigsb/table-overrides-drop-add-column-support
...
Remove the possibility of adding columns with table overrides
2021-12-22 22:30:21 +03:00
Stig Bakken
1cc70ad524
Remove the possibility of adding columns with table overrides
...
(except ALIAS columns)
Supporting this properly requires more comprehensive changes.
2021-12-22 08:20:14 +01:00
zzsmdfj
e9eed1f927
to #15182_MaterializeMySQL_support_bit_type
2021-12-17 15:03:24 +08:00
Stig Bakken
ada16f6ebe
Add warning about easily breaking replication
2021-12-13 11:35:41 +01:00
Stig Bakken
215865930f
Add TABLE OVERRIDE docs
2021-12-10 11:44:16 +01:00
Kseniia Sumarokova
9093ad6596
Update materialized-postgresql.md
2021-12-03 09:27:22 +03:00
kssenii
0e24eebc80
Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql-fix
2021-11-30 12:26:10 +03:00
vdimir
b51d3d8ceb
Doc dynamically adding/deleting tables to MaterializedPostgreSQL and h3ToGeoBoundary function
...
Co-authored-by: Andrei Ch <andrc1901@yandex-team.ru>
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-11-08 12:23:02 +03:00
kssenii
26f6a697b5
Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql-fix
2021-11-04 13:25:48 +03:00
tavplubix
d7c69f6c02
Merge pull request #29202 from aiven/kmichel-replicated-database-alter-attach
...
Allow non-replicated ALTER TABLE FETCH/ATTACH in Replicated databases
2021-10-27 16:42:54 +03:00
Kseniia Sumarokova
fbcb2b0624
Update materialized-postgresql.md
2021-10-03 20:20:16 +03:00
olgarev
68090f3074
Apply suggestions from code review
2021-10-03 18:19:39 +03:00
kssenii
e4d1d43a34
Fixes
2021-10-03 08:55:50 +00:00
olgarev
5f1def135a
Apply suggestions from code review
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-03 07:31:53 +03:00
kssenii
28aeb30d4a
Support full schema list
2021-10-02 11:15:24 +00:00
kssenii
c601db109f
Correct nerge
2021-10-02 08:39:15 +00:00
kssenii
3bc3a01f09
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into materialized-postgresql-fix
2021-10-01 15:53:27 +00:00
olgarev
6297bdc618
Example
2021-10-01 06:51:44 +00:00
olgarev
d3ab76771c
Initial
2021-10-01 05:55:17 +00:00
Kevin Michel
045d4f2d32
Don't replicate DROP/DETACH/DROP DETACHED on Replicated database
2021-09-27 10:10:46 +02:00
Kevin Michel
008c3c812b
Allow non-replicated ALTER TABLE FETCH/ATTACH in Replicated databases
...
`ALTER TABLE ... FETCH` and `ALTER TABLE ... ATTACH` queries were
disabled in the Replicated database engine, because it could cause
accidental duplication of data.
This enables these queries but without replicating them.
In the case of `FETCH`, the part will only be fetched on the server
where the query is issued.
Similarly, in the case of `ATTACH`, the attached part only needs to
be available on the server where the query is issued.
If the table itself is using one of the Replicated MergeTree engines,
the attached data is then replicated by the table engine itself,
without intervention of the database engine.
This change is meant to help with live backup/restore when using the
Replicated database engine, using FREEZE for backup and ATTACH for
restore.
2021-09-21 17:45:23 +02:00
alesapin
a249dcc5f5
Merge pull request #28301 from kssenii/materialized-postgresql
...
MaterializedPostgreSQL: allow dynamically adding/deleting tables, altering settings
2021-09-20 14:16:29 +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
kssenii
fa933f6f8c
Full support for non-default schema
2021-09-12 12:59:23 +00:00
kssenii
797f858bc6
Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql
2021-09-08 22:52:48 +03:00
kssenii
ac2d9a73a8
User managed slots
2021-09-04 14:49:40 +03:00
kssenii
378e1f74aa
Fix tests
2021-08-28 19:51:04 +03:00
kssenii
cc90d787f8
Slightly better
2021-08-28 17:45:15 +03:00
Kseniia Sumarokova
a08fde9226
Merge pull request #27703 from adevyatova/annadevyatova-DOCSUP-11655-sqlite
...
DOCSUP-11655: Document the SQLite
2021-08-22 21:46:44 +03:00
Anna
a7469d5686
Update sqlite.md
...
Update
2021-08-22 20:28:47 +03:00
Anna
fe8531c9f0
Update sqlite.md
...
Added example this "INSERT" query
2021-08-22 20:21:09 +03:00
Kseniia Sumarokova
ac26e03cb4
Update docs/en/engines/database-engines/sqlite.md
2021-08-20 20:42:56 +03:00
adevyatova
c402670239
Add ru translation
2021-08-20 10:34:42 +00:00