mardi 27 avril 2021

Pros and cons of a Hash vs a table

I am creating an application where I match mentees to mentors based on the mentee's major and the mentor's occupation. I am debating if I should have a hash that maps majors to occupations or if I should store this information in a table in the database. It is a many to many relationship. I would appreciate any feed back on the pros and cons of each data structure. Thank you so much.

Aucun commentaire:

Enregistrer un commentaire