MuhammadZeeshan03 commented on issue #1127:
URL: https://github.com/apache/age/issues/1127#issuecomment-1684255919
## Citus Architecture
Talking about its architecture, in a citus cluster all servers run
PostgreSQL with the citus extension plus any number of other extension
installed. Citus uses the PostgreSQL extension APIs to change the behaviour of
database in two ways.
- It replicates database objects to all servers such as custom types and
functions.
- It adds two new table types that can be used to take advatange of
additional servers.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]