Commit Graph

13 Commits (fa56e38033eb769aeae21872c68fa60f30d97888)

Author SHA1 Message Date
Jelte Fennema-Nio fa56e38033 Fix typos 2024-06-27 12:59:59 +02:00
Jelte Fennema-Nio c3d1ad3f9d
Apply suggestions from code review
Co-authored-by: Steven Sheehy <17552371+steven-sheehy@users.noreply.github.com>
Co-authored-by: Marco Slot <marco.slot@gmail.com>
2024-06-27 09:48:00 +02:00
Jelte Fennema-Nio d59466fce3 already -> still 2024-06-26 16:46:46 +02:00
Jelte Fennema-Nio b8bc241fc1
Typo fixes suggested by marco
Co-authored-by: Marco Slot <marco.slot@gmail.com>
2024-06-26 16:44:19 +02:00
Jelte Fennema-Nio 5e3eb231f0 Update Citus Technical Documentation about the rebalancer
The section about the rebalancer algorithm and the backround tasks were
empty.
2024-06-26 16:29:43 +02:00
eaydingol f01c5f2593
Move remaining citus_internal functions (#7478)
Moves the following functions to the Citus internal schema: 

citus_internal_local_blocked_processes
citus_internal_global_blocked_processes
citus_internal_mark_node_not_synced
citus_internal_unregister_tenant_schema_globally
citus_internal_update_none_dist_table_metadata
citus_internal_update_placement_metadata
citus_internal_update_relation_colocation
citus_internal_start_replication_origin_tracking
citus_internal_stop_replication_origin_tracking
citus_internal_is_replication_origin_tracking_active


#7405

---------

Co-authored-by: Jelte Fennema-Nio <jelte.fennema@microsoft.com>
2024-02-07 16:58:17 +03:00
Onur Tirtir 6f43d5c02f
Enhance technical README for DDL propagation (#7471) 2024-01-31 10:30:14 +01:00
eaydingol f6ea619e27
Move citus internal functions (#7466)
Move the following functions from pg_catalog to citus_internal:

citus_internal_add_object_metadata
citus_internal_add_partition_metadata


#7405
2024-01-30 12:27:10 +03:00
Gürkan İndibay 184c8fc1ee
Enriches statement propagation document (#7267)
Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
Co-authored-by: Jelte Fennema-Nio <jelte.fennema@microsoft.com>
2023-11-02 09:59:34 +00:00
Naisila Puka 10198b18e8
Technical readme small fixes (#7261) 2023-10-23 13:43:43 +03:00
Önder Kalacı 7d6c401dd3
Update technical readme (#7248)
Fix a wrong query, reported by @naisila
2023-10-06 13:37:37 +03:00
Önder Kalacı 0dca65c84d
Addd missing image to Technical Readme (#7243)
DESCRIPTION: PR description that will go into the change log, up to 78
characters
2023-09-29 22:24:10 +02:00
Önder Kalacı 185ac5e01e
Citus Technical Readme (#7207)
This commit aims to add a comprehensive guide that covers all essential
aspects of Citus, including planning, execution, locking mechanisms,
shard moves, 2PC, and many other major components of Citus.

Co-authored-by: Marco Slot <marco.slot@gmail.com>
2023-09-29 16:50:52 +03:00