educative.io

DB choices for Keygen DB and User table

-What would be the recommended database choice and structure for the Keygen?

-The URL table is partitioned by the Hash in e.g. Cassandra… would the Users table also be stored in Cassandra and how?

-Any reason why we don’t want/need some sort of USER_URL table of (user_id, url_hash) pairs to link users to their URLs?