Hi,
If one has a large number of keyspaces, I assume this may result in many SStables, which may be the reason why the time it takes quite a while for Cassandra to start.
Correct me if I'm wrong, but it appears that Cassandra goes over every SStable and reads its metadata so that the reason may be the large proportion of files.
Is there a way to set old keyspace as archived keyspaces that are only loaded lazily?