Hi,

   I have basic doubt: I have an RDBMS with the following two tables:

   Emp - EmpID, FN, LN, Phone, Address
   Sal - Month, Empid, Basic, Flexible Allowance

   My use case is to print the Salary slip at the end of each month and the
slip contains emp name and his other details.

   Now, if I want to have the same in cassandra, I will have a single cf
with emp personal details and his salary details.  Is this the right
approach?  Should we have the employee personal details duplicated each
month?

Regards,
Seenu.

Reply via email to