I have quite a large data (11.4 million records and 9 variables). The variables are mixed consisting of ordinal, nominal and continuous data types. Accordingly, I choose Gower method to compute dissimilarity matrix for dealing with mixed data type. However, the size of the data is too big to compute. I then find another interesting method called CLARA, which uses sample to compute clustering and then assign cluster to other points of data. The problem is that I cannot find the appropriate metric to compute distance of mixed data type. In other words, there is no Gower options in both clara in cluster package and clara_medoids in ClusterR package (This is all I can find clara in R).
Why there is no gower option in CLARA? What should I do?