Add some findings about timescaledb

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-02-10 10:19:05 +01:00
parent 9971f132fb
commit 8841281325

View file

@ -53,3 +53,12 @@ Finally, you can check that the extension was activated for your database:
::
$ sudo -u postgres psql <database_name>
\dx
Findings
--------
After converting the `messages` table to use timescaledb, we've realized that
timescaledb uses table partitioning as well.
This leads to the same issue with the foreign key constraints that we have seen
in the plain partitioning approach we took.