TypeDB replication and vertical partitioning

I’m looking for selective replication and vertical partitioning, but I couldn’t figure it out from TypeDB 2.X documentation publicly available online.

I saw some old discussions on Discord, but not sure what are the officially supported features.

Sorry for the late reply.
TypeDB 2.x does not support any form of partitioning.

Would the equivalent of vertical partitioning in TypeDB mean different types are on different partitions?
Partitioning is a key feature of TypeDB 3.x , but we think horizontal partitioning (Instances of the same type can be on different partitions) is more suited to the kind of data we’re used to storing.