Write data from PEGA CDH to Cassandra DB

As per my understanding from PEGA Academy, I can write into Cassandra database in 2 ways:

  1. into a file (using a file template)

  2. into a table

Question: When to use the writing into a Cassandra file and when to use the writing into a Cassandra table ?

I need your answer asap, please.

Thank you!

@LidiaE16779530 Use writing into a Cassandra table for frequent read/write operations and structured data. Use writing into a Cassandra file for bulk data operations, backups, and archival purposes.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references

Connecting to an external Cassandra database through a Database Table data

how to insert data into cassandra DB by using pega

Is Cassandra data required as part of the data migration?