mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
b713d9b13f
https://github.com/hasura/graphql-engine-mono/pull/1969 GitOrigin-RevId: 755b0954cffc6d14fa04bca590318b8756037b4f
41 lines
947 B
ReStructuredText
41 lines
947 B
ReStructuredText
.. meta::
|
|
:description: Hasura Citus - Hyperscale database support
|
|
:keywords: hasura, docs, databases, citus, hyperscale
|
|
|
|
.. _database_citus-hyperscale-postgres:
|
|
|
|
Citus / Hyperscale
|
|
==================
|
|
|
|
.. contents:: Table of contents
|
|
:backlinks: none
|
|
:depth: 1
|
|
:local:
|
|
|
|
Introduction
|
|
------------
|
|
|
|
`Citus <https://www.citusdata.com/>`__ is a is an open source extension that transforms Postgres into a distributed
|
|
database. As it is a Postgres extension, all of Postgres' features, tooling & ecosystem
|
|
can be leveraged.
|
|
|
|
..
|
|
Hence with Hasura, Citus also becomes a great fit for cross database joins.
|
|
|
|
Know more
|
|
---------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:titlesonly:
|
|
|
|
Getting started <getting-started/index>
|
|
Hasura - Citus compatibility <hasura-citus-compatibility>
|
|
|
|
..
|
|
Schema <schema/index>
|
|
Queries <queries/index>
|
|
Mutations <mutations/index>
|
|
Subscriptions <subscriptions/index>
|
|
Supported Postgres types <postgresql-types>
|