You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _partials/_hypercore-intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ $HYPERCORE_CAP’s hybrid approach combines the benefits of row-oriented and col
21
21
saving significant storage space.
22
22
23
23
-**Faster queries on compressed data in $COLUMNSTORE**: in the $COLUMNSTORE conversion, hypertable
24
-
chunks are compressed by more than 90%, and organized for efficient, large-scale queries. Combined with [chunk skipping][chunk-skipping], this helps you save on storage costs and keeps your queries operating at lightning speed.
24
+
chunks are compressed by up to 98%, and organized for efficient, large-scale queries. Combined with [chunk skipping][chunk-skipping], this helps you save on storage costs and keeps your queries operating at lightning speed.
25
25
26
26
-**Fast modification of compressed data in $COLUMNSTORE**: just use SQL to add or modify data in the $COLUMNSTORE.
27
27
$TIMESCALE_DB is optimized for super fast INSERT and UPSERT performance.
1.Connect to your database with the credentials or $PG connection string. This is the connection string for [`<livesync username>`][livesync-tune-source-db].
87
-
1.Click `Continue`.
88
-
$CONSOLE connects to the source database and retrieves the schema information.
83
+
1. Click `Connectors` > `PostgreSQL`.
84
+
1. Set the name for the new connector by clicking the pencil icon.
85
+
1.Check the boxes for `Set wal_level to logical` and `Update your credentials`, then click `Continue`.
86
+
1.Enter your database credentials or a $PG connection string, then click `Connect to database`.
87
+
This is the connection string for [`<pg connector username>`][livesync-tune-source-db]. $CONSOLE connects to the source database and retrieves the schema information.
89
88
90
-
1.**Optimize the data to synchronize in hypertables**
89
+
1.**Optimize the data to synchronize in $HYPERTABLEs**
1. To view the amount of data replicated, click `Connectors`. The diagram in `Connector data flow` gives you an overview of the connectors you have created, their status, and how much data has been replicated.
106
+
107
+
1. To review the syncing progress for each table, click `Connectors` > `Source connectors`, then select the name of your connector in the table.
108
+
109
+
1.**Manage the connector**
110
+
111
+

112
+
113
+
1. To edit the connector, click `Connectors` > `Source connectors`, then select the name of your connector in the table. You can rename the connector, delete or add new tables for syncing.
98
114
99
-
$CONSOLE starts $LIVESYNC between the source database and the target $SERVICE_SHORT and displays the progress.
115
+
1. To pause a connector, click `Connectors` > `Source connectors`, then open the three-dot menu on the right and select `Pause`.
100
116
101
-
1.**Monitor syncronization**
102
-
1. To view the progress of the $LIVESYNC, click the name of the $LIVESYNC process:
1. To delete a connector, click `Connectors` > `Source connectors`, then open the three-dot menu on the right and select `Delete`. You must pause the connector before deleting it.
106
118
107
119
</Procedure>
108
120
109
-
And that is it, you are using $LIVESYNC to synchronize all the data, or specific tables, from a $PG database
110
-
instance to your $SERVICE_LONG in real time.
121
+
And that is it, you are using the $PG_CONNECTOR to synchronize all the data, or specific tables, from a $PG database
0 commit comments