I am creating a document for a client, where it requires for each particular customer to have multiple timestamp of entry whenever they visit. For example, everytime the customer visits the store, it stores the time and date, and the purpose of the visit. I am just curious in such behavior, if its an existing customer, does it make sense to add multiple entries of the same data, or how would that work in nosql logic? I am a bit confused if I want the same redundant data on the same document how should I achieve it? Or maybe an array would be a good choice?
Thanks.