Hi @fozoka - welcome to the Percona forums!
Yes! PXC does support composite keys! so if you are used to having multiple columns in your primary key when using Percona Server for MySQL, you may continue to do so also in PXC.
The general guidance is to keep Primary Keys short i.e. int unsigned auto_increment
is generally the best PK to use but of course there are reasons to use composite keys
2 Likes