تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Apache Cassandra - Tutorial 19 - Compaction ضمن كورس Cassandra شرح قناة jumpstartCS، الفديو رقم 19 مجانى معتمد اونلاين
The process of compaction in Cassandra is used to merge SS tables together to form new SS tables. This reduces duplication in our database and makes our reads quicker.
In this tutorial we will look briefly at how Cassandra implements compaction and how this impacts our queries.