I am working on a project that uses TimescaleDB as a database storage for data that is about 6 TB in size. It is setup as an instance on AWS EC2.
If I understand clearly, TimescaleDB has the concept of Hypertables which basically performs chunking behind the scenes to emulate distributed environment.
I wanted to know if it is possible to create a distributed environment, possibly using 3 instances as a cluster, and splitting data storage across these three nodes, so 6 TB is distributed as 2 TB on each instance.
Is this is something that is possible on the current version (1.7.2)?