Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit b39e78a

Browse files
committed
Change the intro docs to mention CStore files instead
1 parent 75b0be0 commit b39e78a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/repositories.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ Finally, the column index now spans all the values of the `key` column that were
198198
a query against this table that is inside that range, both fragments will be fetched to check if they match
199199
that query.
200200

201-
We can also inspect the actual object: every object in the Splitgraph cache is stored as a Postgres table.
201+
We can also inspect the actual object: every object in the Splitgraph cache is stored as a
202+
[CStore](https://github.com/citusdata/cstore_fdw) columnar storage file.
202203

203204
$ sgr sql "SELECT * FROM splitgraph_meta.oa0f257670aa3a39444b5d03364d9abfcaa8c7f3fce970fde3b5d63d6ed3fb6"
204205

@@ -217,5 +218,5 @@ The object is stored with the same schema as the original table, plus a Boolean
217218
updated/inserted (upserted) or deleted. For deleted rows, only the primary key is recorded and the rest of the table
218219
is padded with `NULL`s.
219220

220-
Splitgraph objects aren't always stored in the engine as tables: when an image is pushed to an external location,
221-
they are usually uploaded to an S3-compatible storage as compressed binary Postgres table dumps.
221+
Splitgraph objects aren't always stored in the engine: when an image is pushed to an external location,
222+
they are usually uploaded to an S3-compatible storage.

0 commit comments

Comments
 (0)