I am having around 150 million rows in a table. Each row is a partition which means 150 million partitions. Size of each partition is 24kb.
I know that small partitions work perfectly for even distribution of data without hotspots. But, having partitions as small as 24kb can be a problem in managing them in cache (c++ objects limitations) or using mv’s/secondary index for this table in scylla.
Is this true? Is this improved in latest version of scylla?